diff options
author | ache <ache@FreeBSD.org> | 1999-11-30 18:37:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-11-30 18:37:36 +0000 |
commit | 764544f79db5c70e43cf95469521d403163cab31 (patch) | |
tree | 9640803cdc8181375a7e278886206b40e4125124 /lib/libc | |
parent | fbd62338d12717e0456f77a190e17327a78c330a (diff) | |
download | FreeBSD-src-764544f79db5c70e43cf95469521d403163cab31.zip FreeBSD-src-764544f79db5c70e43cf95469521d403163cab31.tar.gz |
Document %Ex and %OB
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index cac3124..76a2e4e 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -103,14 +103,16 @@ is equivalent to .Dq Li %m/%d/%y . .It Cm %d is replaced by the day of the month as a decimal number (01-31). -.It Cm \&%E* +.It Cm \&%E* Cm \&%O* POSIX locale extensions. The sequences %Ec %EC %Ex %Ey %EY %Od %Oe %OH %OI %Om %OM %OS %Ou %OU %OV %Ow %OW %Oy are supposed to provide alternate -representations. +representations. Currently %Ex implemented to represent short month name / day +order of the date and %OB to represent alternative months names +(used standalone, without day mentioned). .It Cm %e is replaced by the day of month as a decimal number (1-31); single digits are preceded by a blank. |