diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-09-01 16:39:04 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-09-01 16:39:04 +0100 |
commit | 22d188e2991ce64445ba89dbb32e3c6bec42e235 (patch) | |
tree | 61e503b1e7c54184f5127a479b753306a9e86ac2 | |
parent | 48ea99e1fadd91612818e7d75d396ae3afd88eaf (diff) | |
download | coreutils-22d188e2991ce64445ba89dbb32e3c6bec42e235.tar.xz |
doc: fix typo in date example
* doc/coreutils.texi (date invocation): Add a missing quotation mark.
Fixes http://bugs.gnu.org/24349
-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 914aec725..cc5e53cf5 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -15572,7 +15572,7 @@ of the month, you can use the (GNU extension) the padding altogether: @example -date -d 1may '+%B %-d +date -d 1may '+%B %-d' @end example @item |