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: 1083867 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-101340-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linet.gr.jp Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="ihwD7ce+"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44fy7H05Wxz9s00 for ; Thu, 11 Apr 2019 20:34:02 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:date:to:subject:mime-version :content-type; q=dns; s=default; b=RIcRyw+9ne9eQVaOd2P9e2C0oRCAl 9NqABUwDHIjiS0r/xMKpOPfbF+9OncWdDfLNcTRCPoRHRYmlwODH2ZWZ7xwUiv0b Qn/r6XQF/k083GtjWEMor3lnnVDkWA+cglXxTFkDE/K9K/GOpV8MbZ7SyX/615d/ 3LfcKJc8494u+Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:date:to:subject:mime-version :content-type; s=default; bh=aotF9sDla9G8c6fo20U9LSWGx8U=; b=ihw D7ce+vJEpUJVzQZ0xPqTQ9ny0yAsiTD2tbbjm5f8PkC6wN5wVlKYRBfaieNeVjB/ nQuNdAPsyFH9/tDqxl1/SaMVWU0BauHRnP71x/UYu08uf8UCCf8FSoR9M/uJ9vSY 49lk0lxbL1KmwMOZinMmt3C6zlHXjXl2GzyVTPpc= 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.,