From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 900D2C4332B for ; Mon, 23 Mar 2020 09:10:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5F9132072D for ; Mon, 23 Mar 2020 09:10:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727639AbgCWJKc (ORCPT ); Mon, 23 Mar 2020 05:10:32 -0400 Received: from smtpout1.mo804.mail-out.ovh.net ([79.137.123.220]:53455 "EHLO smtpout1.mo804.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727637AbgCWJKc (ORCPT ); Mon, 23 Mar 2020 05:10:32 -0400 Received: from mxplan6.mail.ovh.net (unknown [10.109.138.233]) by mo804.mail-out.ovh.net (Postfix) with ESMTPS id E726D2F85CF5; Mon, 23 Mar 2020 10:00:41 +0100 (CET) Received: from jwilk.net (37.59.142.106) by DAG4EX2.mxp6.local (172.16.2.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1779.2; Mon, 23 Mar 2020 10:00:41 +0100 From: Jakub Wilk To: Michael Kerrisk CC: Subject: [PATCH] printf.3: ffix Date: Mon, 23 Mar 2020 10:00:38 +0100 Message-ID: <20200323090038.6129-1-jwilk@jwilk.net> X-Mailer: git-send-email 2.26.0.rc2 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [37.59.142.106] X-ClientProxiedBy: DAG7EX2.mxp6.local (172.16.2.62) To DAG4EX2.mxp6.local (172.16.2.32) X-Ovh-Tracer-GUID: fc172006-bddd-4c60-a5fb-8a8967ffc536 X-Ovh-Tracer-Id: 8843099345677572061 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedugedrudegjedgudduhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhephffvufffkffoggfgtghisehtkeertdertddtnecuhfhrohhmpeflrghkuhgsucghihhlkhcuoehjfihilhhksehjfihilhhkrdhnvghtqeenucfkpheptddrtddrtddrtddpfeejrdehledrudegvddruddtieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphdqohhuthdphhgvlhhopehmgihplhgrnheirdhmrghilhdrohhvhhdrnhgvthdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepjhifihhlkhesjhifihhlkhdrnhgvthdprhgtphhtthhopehlihhnuhigqdhmrghnsehvghgvrhdrkhgvrhhnvghlrdhorhhg Sender: linux-man-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Signed-off-by: Jakub Wilk --- man3/printf.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/printf.3 b/man3/printf.3 index c99c796ce..50e136ba6 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -605,7 +605,7 @@ and as synonyms, so that one can, for example, write .BR llg (as a synonym for the standards-compliant -.RB Lg ) +.BR Lg ) and .BR Ld (as a synonym for the standards compliant -- 2.26.0.rc2