summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.