diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-17 05:42:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-17 05:42:12 +0000 |
commit | a4c82024e6538bbd6183d6a9a256cba8e7870740 (patch) | |
tree | b978bd46eea7373d1d2888f8229d6ca8469c0252 /lib/libc/gen/times.3 | |
parent | d8683ba125e75609c811ff26b7cb140871249970 (diff) |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libc/gen/times.3')
-rw-r--r-- | lib/libc/gen/times.3 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index db05d178036..c66750b9f3c 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: times.3,v 1.13 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: times.3,v 1.14 2013/07/17 05:42:11 schwarze 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: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt TIMES 3 .Os .Sh NAME @@ -132,3 +132,16 @@ The .Fn times function conforms to .St -p1003.1-88 . +.Sh HISTORY +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 . |