From 963bc175248132bc9bc9684cc48909c63af3e2b9 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 26 Oct 2000 22:11:11 +0000 Subject: For %c replace reference to asctime(3) with ctime(3) from which %c genetically originates --- lib/libc/stdtime/strftime.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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 -- cgit v1.1