From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4190915808E for ; Thu, 28 Apr 2022 08:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829D5E0863; Thu, 28 Apr 2022 08:12:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63A28E0863 for ; Thu, 28 Apr 2022 08:12:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B2F63414B6 for ; Thu, 28 Apr 2022 08:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BECB375 for ; Thu, 28 Apr 2022 08:12:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1650961123.f219b1c2f633f5f3bc00b02d1237c3cc345f7f26.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/ X-VCS-Repository: proj/devmanual X-VCS-Files: eclass-writing/text.xml X-VCS-Directories: eclass-writing/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f219b1c2f633f5f3bc00b02d1237c3cc345f7f26 X-VCS-Branch: master Date: Thu, 28 Apr 2022 08:12:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c3358a2-789d-4372-850a-df005710d9a3 X-Archives-Hash: f8ec3009784ae8062804bcb757ff203b commit: f219b1c2f633f5f3bc00b02d1237c3cc345f7f26 Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 26 08:18:43 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 26 08:18:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f219b1c2 eclass-writing: Sentence ends should be followed by two spaces Signed-off-by: Ulrich Müller gentoo.org> eclass-writing/text.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index 22b973f..8c83dc2 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -172,6 +172,12 @@ in the tree or pkgcheck scan --commits to check for issues in your staged git commits.

+ +In eclass documentation, two spaces should be used after the end of each +sentence (unless it is followed by a newline). This will help groff +to properly break lines when generating eclass manpages. + + @@ -597,9 +603,9 @@ a single function, domacosapp. # @FUNCTION: domacosapp # @USAGE: <app-file> [new-file] # @DESCRIPTION: -# Install the given .app file into the appropriate location. If +# Install the given .app file into the appropriate location. If # [new-file] is given, it will be used as the new (installed) name of -# the file. Otherwise <app-file> is installed as-is. +# the file. Otherwise <app-file> is installed as-is. domacosapp() { [[ -z "${1}" ]] && die "usage: domacosapp <file> [new file]" if use ppc-macos ; then