1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
This commit is contained in:
Jim Meyering
1993-12-28 21:18:17 +00:00
parent 2db44d14e4
commit 704a7eba4a
3 changed files with 27 additions and 17 deletions

View File

@@ -270,7 +270,7 @@ FORMAT controls the output. Interpreted sequences are:\n\
%%r time, 12-hour (hh:mm:ss [AP]M)\n\
%%s seconds since 00:00:00, Jan 1, 1970 (a nonstandard extension)\n\
%%t a horizontal tab\n\
%%w day of week (0..6)\n\
%%w day of week (0..6); 0 represents Sunday\n\
%%x locale's date representation (mm/dd/yy)\n\
%%y last two digits of year (00..99)\n\
");