From patchwork Thu Jan 17 06:34:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: TAMUKI Shoichi X-Patchwork-Id: 1026415 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-99361-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="cqBwBaqE"; 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 43gDpW1CD5z9sBQ for ; Thu, 17 Jan 2019 17:35:14 +1100 (AEDT) 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=xXvMfZBLsIv7pou55cDr6QNtUeCAb pgv+1BcDkbpUk8ACx0so6CJcvVLy0Jl6nWs8Qa6NEOv3o2hv9NKDmt8Rg6N/AhM4 WEd+ZIw8x41tzllYPQ5o3f3eWRjAFPySesSmuR1OBd3Sr0Tzjrdsr1C7FhfFSDK7 1SgC3h3UjUNAUI= 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=6jeSvJsri93PSCN8C8tGaVNApG4=; b=cqB wBaqEhX/lfo2CEL37/reS3X2xPyRD+GdP46MPZB0+bT9Z3nOEW3l9beKDJeyBm7l l4pVXHSYH2dbJWJ/UdxOYIRqOwqXlp6KC/84j7qdfjBPIXmoq3rX2LhF2dW/TPEZ Lo61r3SDqcqIxVrsb/QKOthzOa9GHgQoGqxbMUTw= Received: (qmail 92122 invoked by alias); 17 Jan 2019 06:35:09 -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 92103 invoked by uid 89); 17 Jan 2019 06:35:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=2122, month X-HELO: mail.linet.jp Message-Id: <201901170634.AA04186@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Thu, 17 Jan 2019 15:34:35 +0900 To: libc-alpha@sourceware.org Subject: [PATCH] manual: Fix the wording to "alternative" rather than "alternate" MIME-Version: 1.0 ChangeLog: * manual/time.texi (strftime): Fix the wording to "alternative" rather than "alternate". --- manual/time.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual/time.texi b/manual/time.texi index 9e981314876..fd7781c5317 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -1339,7 +1339,7 @@ POSIX.2-1992 and by @w{ISO C99}, are: @table @code @item E -Use the locale's alternate representation for date and time. This +Use the locale's alternative representation for date and time. This modifier applies to the @code{%c}, @code{%C}, @code{%x}, @code{%X}, @code{%y} and @code{%Y} format specifiers. In a Japanese locale, for example, @code{%Ex} might yield a date format based on the Japanese @@ -1347,7 +1347,7 @@ Emperors' reigns. @item O With all format specifiers that produce numbers: use the locale's -alternate numeric symbols. +alternative numeric symbols. With @code{%B}, @code{%b}, and @code{%h}: use the grammatical form for month names that is appropriate when the month is named by itself, @@ -1355,7 +1355,7 @@ rather than the form that is appropriate when the month is used as part of a complete date. This is a GNU extension. @end table -If the format supports the modifier but no alternate representation +If the format supports the modifier but no alternative representation is available, it is ignored. The conversion specifier ends with a format specifier taken from the