From: Paul Eggert Date: Mon, 25 Feb 2019 08:19:22 +0000 (-0800) Subject: doc: fix typo in previous patch X-Git-Tag: v8.31~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7fd6650e6040c6b09f97d6f189e0365727df90;p=thirdparty%2Fcoreutils.git doc: fix typo in previous patch --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d1427323cc..886ecf451e 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -16004,7 +16004,7 @@ Pad with zeros, like @samp{0}. In addition, precede any year number with @samp{+} if it exceeds 9999 or if its field width exceeds 4; similarly, precede any century number with @samp{+} if it exceeds 99 or if its field width exceeds 2. Preceding with @samp{+} is helpful -for generationg some ISO 8601 formats. +for generating some ISO 8601 formats. @item ^ Use upper case characters if possible. This is a GNU extension.