diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-07 00:37:27 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-08-11 09:47:01 +0200 |
commit | 0392142b874137eaa03654896621049e995a017c (patch) | |
tree | 62be0a1925bce6a7447567af55a0d3c431cb54f2 /doc | |
parent | 127c689f64912ecdf00b3075b9be3c8d8dcfd89a (diff) | |
download | coreutils-0392142b874137eaa03654896621049e995a017c.tar.xz |
doc: remove stray word from date's field width description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
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. |