doc: remove stray word from date's field width description
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 6 Aug 2008 22:37:27 +0000 (00:37 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Aug 2008 07:47:01 +0000 (09:47 +0200)
doc/coreutils.texi

index d570396..2d2582c 100644 (file)
@@ -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.