diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getdate.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getdate.3 b/man3/getdate.3 index 01de0d63ad..6934fa7c01 100644 --- a/man3/getdate.3 +++ b/man3/getdate.3 @@ -229,8 +229,8 @@ The following shell session demonstrates the operation of the program: .EX .RB "$" " TFILE=$PWD/tfile" .RB "$" " echo \(aq%A\(aq > $TFILE " " # Full name of the day of the week" -.RB "$" " echo \(aq%T\(aq >> $TFILE" " # ISO date (YYYY\-MM\-DD)" -.RB "$" " echo \(aq%F\(aq >> $TFILE" " # Time (HH:MM:SS)" +.RB "$" " echo \(aq%T\(aq >> $TFILE" " # Time (HH:MM:SS)" +.RB "$" " echo \(aq%F\(aq >> $TFILE" " # ISO date (YYYY\-MM\-DD)" .RB "$" " date" .RB "$" " export DATEMSK=$TFILE" .RB "$" " ./a.out Tuesday \(aq2009\-12\-28\(aq \(aq12:22:33\(aq" |
