aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-11-30 18:37:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-11-30 18:37:36 +0000
commita36840a71a9f803c2d1e5258644bf5dc0f348992 (patch)
treea22165f106522a330e12cf2678d9430773fae8eb /lib
parentc34957baa7920880b4b1c1ab1d483932c6d512c2 (diff)
downloadsrc-a36840a71a9f803c2d1e5258644bf5dc0f348992.tar.gz
src-a36840a71a9f803c2d1e5258644bf5dc0f348992.zip
Document %Ex and %OB
Notes
Notes: svn path=/head/; revision=53959
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdtime/strftime.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index cac3124fe531..76a2e4edb144 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.