From: Jim Meyering Date: Sat, 10 Mar 2001 07:56:07 +0000 (+0000) Subject: clean up wording in last change X-Git-Tag: FILEUTILS-4_0_42~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a68a4801941d272b9c72df670338acf841721007;p=thirdparty%2Fcoreutils.git clean up wording in last change --- diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 8481dcd0e0..4670b30d4f 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}}