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

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