Hello, On 09/01/2016 08:40 AM, Sergiu Druta wrote:
~$ date -d 1may '+%B %-d In above example there is a single mark quotation ( ' ) missing at the end of example.
Thank you for the report. The attached patch (in your name) adds the quote. If you approve, and there are no other comments, I'll push it tomorrow. regards, - assaf
From 4613f2490261f2f3bf827576fd55796e4890df42 Mon Sep 17 00:00:00 2001 From: Sergiu Druta <[email protected]> Date: Thu, 1 Sep 2016 11:35:09 -0400 Subject: [PATCH] doc: add missing quote to date example Reported in http://bugs.gnu.org/24349 . * doc/coreutils.texi (date example): Add missing single-quote. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index fe3eb69..5394d06 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -15590,7 +15590,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 -- 2.8.2
