From: Benno Schulenberg Date: Wed, 6 Aug 2008 22:37:27 +0000 (+0200) Subject: doc: remove stray word from date's field width description X-Git-Tag: v7.0~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0392142b874137eaa03654896621049e995a017c;p=platform%2Fupstream%2Fcoreutils.git doc: remove stray word from date's field width description --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d570396..2d2582c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -13094,7 +13094,7 @@ date +%_d/%_m -d "Feb 1" As a @acronym{GNU} extension, you can specify the field width (after any flag, if present) as a decimal number. If the natural size of the -output is of the field has less than the specified number of characters, +output of the field has less than the specified number of characters, the result is written right adjusted and padded to the given size. For example, @samp{%9B} prints the right adjusted month name in a field of width 9.