From a4c82024e6538bbd6183d6a9a256cba8e7870740 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 17 Jul 2013 05:42:12 +0000 Subject: more library history facts checked by sobrado@ style tweaks and ok jmc@ --- lib/libc/gen/times.3 | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'lib/libc/gen/times.3') 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 . -- cgit v1.2.3