mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
For %c replace reference to asctime(3) with ctime(3) from which %c genetically
originates
This commit is contained in:
parent
96305e8f3e
commit
a91655018d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67658
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user