From patchwork Thu Apr 11 10:32:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: TAMUKI Shoichi X-Patchwork-Id: 32261 Received: (qmail 112167 invoked by alias); 11 Apr 2019 10:33:48 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 112132 invoked by uid 89); 11 Apr 2019 10:33:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*x:Version X-HELO: mail.linet.jp Message-Id: <201904111032.AA04329@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Thu, 11 Apr 2019 19:32:52 +0900 To: libc-alpha@sourceware.org Subject: [COMMITTED] Add missing percent sign to conversion specifier MIME-Version: 1.0 ChangeLog: * manual/time.texi (Formatting Calendar Time): Add missing percent sign to conversion specifier. --- manual/time.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/time.texi b/manual/time.texi index 6d398bfe1f..bfa46dd45b 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -1586,9 +1586,9 @@ before the year @code{1} are numbered @code{0}, @code{-1}, and so on. If the @code{E} modifier is specified (@code{%EY}), instead produces a complete representation of the year according to the locale's alternative calendar. Generally this will be some combination of the -information produced by @code{%EC} and @code{Ey}. As a GNU extension, -the formatting flags @code{_} or @code{-} may be used with this -conversion specifier; they affect how the year number is printed. +information produced by @code{%EC} and @code{%Ey}. As a GNU +extension, the formatting flags @code{_} or @code{-} may be used with +this conversion specifier; they affect how the year number is printed. @item %z @w{RFC 822}/@w{ISO 8601:1988} style numeric time zone (e.g.,