summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-10-24 15:37:48 +0000
committerache <ache@FreeBSD.org>2000-10-24 15:37:48 +0000
commitc1ea12cb918deda3cbc6c67b3eed801bd25b2cc8 (patch)
tree41301f0fcba4d9e051db492ab35473f4564aa244 /lib/libc/stdtime
parent093d7695b1761c1c31814045633218af2c593f62 (diff)
downloadFreeBSD-src-c1ea12cb918deda3cbc6c67b3eed801bd25b2cc8.zip
FreeBSD-src-c1ea12cb918deda3cbc6c67b3eed801bd25b2cc8.tar.gz
Describe %c better
Submitted by: ru (with modifications)
Diffstat (limited to 'lib/libc/stdtime')
-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 daf5d38..317705e 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 .
OpenPOWER on IntegriCloud