diff options
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 10 | ||||
-rw-r--r-- | lib/libc/stdtime/strptime.3 | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index e3de91b..b3d53ef 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -148,9 +148,9 @@ except the caller must provide the output buffer to store the result, which must be at least 26 characters long. .Fn localtime_r and -.Fn gmtime_r -provide the same functionality as -.Fn localtime +.Fn gmtime_r +provide the same functionality as +.Fn localtime and .Fn gmtime respectively, except the caller must provide the output buffer @@ -253,7 +253,7 @@ returns the difference between two calendar times, .Fa time0 ) , expressed in seconds. .Pp -External declarations as well as the tm structure definition are in the +External declarations as well as the tm structure definition are in the .Aq Pa time.h include file. The tm structure includes at least the following fields: @@ -328,7 +328,7 @@ the time package contributed to Berkeley by and which appeared in .Bx 4.3 . .Sh BUGS -Except for +Except for .Fn difftime , .Fn mktime , and the diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index cda46cf..b69cbee 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.3 @@ -62,7 +62,7 @@ All conversion specifications are identical to those described in .Pp Two-digit year values, including formats .Fa %y -and +and .Fa \&%D , are now interpreted as beginning at 1969 per POSIX requirements. Years 69-00 are interpreted in the 20th century (1969-2000), years |