diff options
Diffstat (limited to 'lib/libc/time/ctime.3')
-rw-r--r-- | lib/libc/time/ctime.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index 6fbed611128..bb6472a98cf 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctime.3,v 1.25 2003/02/14 18:24:53 millert Exp $ +.\" $OpenBSD: ctime.3,v 1.26 2003/05/07 08:52:42 jmc Exp $ .\" .\" .Dd February 16, 1999 @@ -115,7 +115,7 @@ and .Fn gmtime_r functions convert the calendar time pointed to by .Fa clock -into a broken-down time in exactly the same was as their non-reentrant +into a broken-down time in exactly the same way as their non-reentrant counterparts, .Fn localtime and @@ -186,7 +186,7 @@ and are determined. .Fn mktime returns the specified calendar time; -If the calendar time cannot be represented, +if the calendar time cannot be represented, it returns \-1. .Pp .Fn timelocal |