From: jsg Date: Mon, 1 Jul 2024 00:05:43 +0000 (+0000) Subject: Remove history of the tms struct. It is tied to the function, X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8cbb973a0a8319f7b5c5f670a87f6cafa825bcbc;p=openbsd Remove history of the tms struct. It is tied to the function, and the manual incorrectly claimed it first appeared in 4BSD. ok deraadt@ --- diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index 88a4f7bcb39..1dbbe19fa95 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: times.3,v 1.16 2022/09/11 06:38:10 jmc Exp $ +.\" $OpenBSD: times.3,v 1.17 2024/07/01 00:05:43 jsg Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 11 2022 $ +.Dd $Mdocdate: July 1 2024 $ .Dt TIMES 3 .Os .Sh NAME @@ -142,11 +142,3 @@ A .Fn times function first appeared in .At v3 . -The tms structure first appeared in -.Bx 4.0 -and was changed to use -.Vt clock_t -instead of -.Vt time_t -for its members in -.Bx 4.3 Net/2 .