summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-10-24 15:37:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-10-24 15:37:48 +0000
commita2e0cef1d5e9065fcc6cb503509df5deeb7276e7 (patch)
treeb804dde7b31aa0429717d1f60cfa6d6e10b38911 /lib/libc
parentcf1127945bf2f934d1abb5a924a9aa8b16f17016 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/strftime.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index daf5d388b690..317705e875ab 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -97,9 +97,13 @@ the first three characters.
is replaced by (year / 100) as decimal number; single
digits are preceded by a zero.
.It Cm %c
-is replaced by national representation of time and date
-(the format is similar with produced by
-.Xr asctime 3 ) .
+is replaced by national representation of time and date.
+The format is similar with produced by
+.Xr asctime 3
+and should be
+equivalent to "%a %Ef %T %Y" in fields order and sizes, it
+implies the
+"3+1+6+1+8+1+4" format of output.
.It Cm \&%D
is equivalent to
.Dq Li %m/%d/%y .