summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-09-01 16:39:04 +0100
committerPádraig Brady <P@draigBrady.com>2016-09-01 16:39:04 +0100
commit22d188e2991ce64445ba89dbb32e3c6bec42e235 (patch)
tree61e503b1e7c54184f5127a479b753306a9e86ac2 /doc
parent48ea99e1fadd91612818e7d75d396ae3afd88eaf (diff)
downloadcoreutils-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
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 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