summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-07 00:37:27 +0200
committerJim Meyering <meyering@redhat.com>2008-08-11 09:47:01 +0200
commit0392142b874137eaa03654896621049e995a017c (patch)
tree62be0a1925bce6a7447567af55a0d3c431cb54f2 /doc
parent127c689f64912ecdf00b3075b9be3c8d8dcfd89a (diff)
downloadcoreutils-0392142b874137eaa03654896621049e995a017c.tar.xz
doc: remove stray word from date's field width description
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index d570396c3..2d2582cc0 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.