diff options
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r-- | lib/libc/stdtime/ctime.3 | 3 | ||||
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 3 | ||||
-rw-r--r-- | lib/libc/stdtime/strptime.3 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 68aa10b..7b98304 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -354,7 +354,8 @@ function will modify the same object. The C Standard provides no mechanism for a program to modify its current local timezone setting, and the .Tn POSIX Ns No \&-standard -method is not reentrant. (However, thread-safe implementations are provided +method is not reentrant. +(However, thread-safe implementations are provided in the .Tn POSIX threaded environment.) diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index a251faf..e6c3807 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -184,7 +184,8 @@ is replaced by the weekday (Monday as the first day of the week) as a decimal number (1-7). .It Cm \&%V is replaced by the week number of the year (Monday as the first day of -the week) as a decimal number (01-53). If the week containing January +the week) as a decimal number (01-53). +If the week containing January 1 has four or more days in the new year, then it is week 1; otherwise it is the last week of the previous year, and the next week is week 1. .It Cm %v diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index 1d7eb7f..5f93b34 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.3 @@ -161,7 +161,8 @@ The format specifier only accepts time zone abbreviations of the local time zone, or the value "GMT". This limitation is because of ambiguity due to of the over loading of time -zone abbreviations. One such example is +zone abbreviations. +One such example is .Fa EST which is both Eastern Standard Time and Eastern Australia Summer Time. .Pp |