diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-26 14:22:41 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-10-26 14:22:41 +0000 |
| commit | f0b22c7b6a6ff84926177477420cb098e9610774 (patch) | |
| tree | e3012360511a831d344fc91cdfcd2d06bf1a6a5e /lib/libc/stdtime/strftime.3 | |
| parent | d9be478b744d1c5795dd7a93555686aa836c3350 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
| -rw-r--r-- | lib/libc/stdtime/strftime.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 317705e875ab6..b5b9c368db1f9 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -98,11 +98,11 @@ 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 +The format is similar to that produced by .Xr asctime 3 -and should be -equivalent to "%a %Ef %T %Y" in fields order and sizes, it -implies the +and is +equivalent to "%a %Ef %T %Y". +It also implies the "3+1+6+1+8+1+4" format of output. .It Cm \&%D is equivalent to |
