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

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