From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by sourceware.org (Postfix) with ESMTPS id 2F63A398206A for ; Mon, 10 May 2021 17:56:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2F63A398206A Received: by mail-wm1-x334.google.com with SMTP id a10-20020a05600c068ab029014dcda1971aso9540048wmn.3 for ; Mon, 10 May 2021 10:56:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=B5IRd+GOnsrTHGroosqjlik581peXK2q4py0kxgGaGE=; b=MCyqow8YaUCSsZyXWuXyTdo1QTwFVun+/EPDpjJva8kK5RL+AC8cM13RKUk+KTRT7f xHd0iNML7/s41ioj3/3pdBhzf3c5KHh2F9N4LY7c3h0FzplPANO56dMIkWFEK2myTXmP Xo0WC72hdFVENZcY4yd441o+xff/OQwdciYIyZ3TQFfa2FKgO1bgYTLV/5jwzmYVLpWq YLH4rtLfXYoUq/9Uriz2eNxyL/ACF77X/cNKuJpk8JxVmFm72Uhy2jY1UWJvk7ZxFyQf ZapkBXD0ONmQ/Pxk+jKOQ5qc1AdI138d0Z27E2mle0DKXQdUYO5hIO/W+XWO7QXWIIo5 g8gw== X-Gm-Message-State: AOAM531V4zfArZre6iDGkZUFH6VYvqwEpdk9GLmKJpPxdXSMMbMSshpg 2LSrsGTNndhE4dGr9i/HakE= X-Google-Smtp-Source: ABdhPJzRyE7lpEMQcELIIS2VDpz6TegQ8mIaDDkQViSy3amAMjTLiVir3RkVgDuIJLFmI0vNC5YSoA== X-Received: by 2002:a1c:e409:: with SMTP id b9mr341419wmh.189.1620669400326; Mon, 10 May 2021 10:56:40 -0700 (PDT) Received: from sqli.sqli.com ([195.53.121.100]) by smtp.googlemail.com with ESMTPSA id m13sm24318830wrw.86.2021.05.10.10.56.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 10:56:40 -0700 (PDT) From: Alejandro Colomar To: mtk.manpages@gmail.com Cc: Florian Weimer , Jakub Wilk , Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: [PATCH 16/39] link.2: ffix Date: Mon, 10 May 2021 19:55:25 +0200 Message-Id: <20210510175546.28445-17-alx.manpages@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210510175546.28445-1-alx.manpages@gmail.com> References: <20210510175546.28445-1-alx.manpages@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2021 17:56:42 -0000 Signed-off-by: Alejandro Colomar --- man2/link.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/link.2 b/man2/link.2 index 611cd6c13..c285ae896 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -38,7 +38,7 @@ link, linkat \- make a new name for a file .PP .BI "int link(const char *" oldpath ", const char *" newpath ); .PP -.BR "#include " "/* Definition of AT_* constants */" +.BR "#include " "/* Definition of " AT_* " constants */" .B #include .PP .BI "int linkat(int " olddirfd ", const char *" oldpath , -- 2.31.1