diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 | 
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 | 
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/stdtime | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
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 e3de91bfa557..b3d53ef9b0bf 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 cda46cfb18a1..b69cbeea8850 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  | 
