mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue