summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-10-26 22:11:11 +0000
committerache <ache@FreeBSD.org>2000-10-26 22:11:11 +0000
commit963bc175248132bc9bc9684cc48909c63af3e2b9 (patch)
tree99cddb625b3035ca1e6922045c7fda28938227cb /lib/libc
parent2a7bdddac52f78648bc7d0ede743a24e2e02a68e (diff)
downloadFreeBSD-src-963bc175248132bc9bc9684cc48909c63af3e2b9.zip
FreeBSD-src-963bc175248132bc9bc9684cc48909c63af3e2b9.tar.gz
For %c replace reference to asctime(3) with ctime(3) from which %c genetically
originates
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/strftime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index b5b9c36..e7e63d0 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -99,7 +99,7 @@ digits are preceded by a zero.
.It Cm %c
is replaced by national representation of time and date.
The format is similar to that produced by
-.Xr asctime 3
+.Xr ctime 3
and is
equivalent to "%a %Ef %T %Y".
It also implies the
OpenPOWER on IntegriCloud