Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/
Date: Thu, 28 Apr 2022 08:12:10
Message-Id: 1650961123.f219b1c2f633f5f3bc00b02d1237c3cc345f7f26.ulm@gentoo
1 commit: f219b1c2f633f5f3bc00b02d1237c3cc345f7f26
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 08:18:43 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 08:18:43 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f219b1c2
7
8 eclass-writing: Sentence ends should be followed by two spaces
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass-writing/text.xml | 10 ++++++++--
13 1 file changed, 8 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
16 index 22b973f..8c83dc2 100644
17 --- a/eclass-writing/text.xml
18 +++ b/eclass-writing/text.xml
19 @@ -172,6 +172,12 @@ in the tree or <c>pkgcheck scan --commits</c> to check for issues
20 in your staged git commits.
21 </p>
22
23 +<note>
24 +In eclass documentation, two spaces should be used after the end of each
25 +sentence (unless it is followed by a newline). This will help <c>groff</c>
26 +to properly break lines when generating eclass manpages.
27 +</note>
28 +
29 </body>
30 </section>
31
32 @@ -597,9 +603,9 @@ a single function, <c>domacosapp</c>.
33 # @FUNCTION: domacosapp
34 # @USAGE: &lt;app-file&gt; [new-file]
35 # @DESCRIPTION:
36 -# Install the given .app file into the appropriate location. If
37 +# Install the given .app file into the appropriate location. If
38 # [new-file] is given, it will be used as the new (installed) name of
39 -# the file. Otherwise &lt;app-file&gt; is installed as-is.
40 +# the file. Otherwise &lt;app-file&gt; is installed as-is.
41 domacosapp() {
42 [[ -z "${1}" ]] &amp;&amp; die "usage: domacosapp &lt;file&gt; [new file]"
43 if use ppc-macos ; then