diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-10 07:56:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-10 07:56:07 +0000 |
commit | a68a4801941d272b9c72df670338acf841721007 (patch) | |
tree | 537782ed7d3eedfc3bea6dab25498b6d5145e284 /doc | |
parent | c17e423533722076fe583e621142bec2980944d2 (diff) | |
download | coreutils-a68a4801941d272b9c72df670338acf841721007.tar.xz |
clean up wording in last change
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sh-utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 8481dcd0e..4670b30d4 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -2206,7 +2206,7 @@ date [-u|--utc|--universal] @c this avoids a newline in the output [ MMDDhhmm[[CC]YY][.ss] ] @end example -Invoking @code{date} with no arguments is equivalent to invoking +Invoking @code{date} with no @var{format} argument is equivalent to invoking @samp{date '+%a %b %e %H:%M:%S %Z %Y'}. @findex strftime @r{and @code{date}} |