Blame SOURCES/coreutils-8.22-date-example-typo.patch

740027
From f29a7fb5907c09c53784886997899d5f36c37e86 Mon Sep 17 00:00:00 2001
740027
From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P@draigBrady.com>
740027
Date: Thu, 1 Sep 2016 16:39:04 +0100
740027
Subject: [PATCH] doc: fix typo in date example
740027
740027
* doc/coreutils.texi (date invocation): Add a missing quotation mark.
740027
Fixes http://bugs.gnu.org/24349
740027
740027
Upstream-commit: 22d188e2991ce64445ba89dbb32e3c6bec42e235
740027
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
740027
---
740027
 doc/coreutils.texi | 2 +-
740027
 1 file changed, 1 insertion(+), 1 deletion(-)
740027
740027
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
740027
index a58339a..88d6506 100644
740027
--- a/doc/coreutils.texi
740027
+++ b/doc/coreutils.texi
740027
@@ -15467,7 +15467,7 @@ of the month, you can use the (GNU extension)
740027
 the padding altogether:
740027
 
740027
 @example
740027
-date -d 1may '+%B %-d
740027
+date -d 1may '+%B %-d'
740027
 @end example
740027
 
740027
 @item
740027
-- 
740027
2.17.2
740027