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: ebuild-writing/file-format/
Date: Tue, 30 Mar 2021 16:10:10
Message-Id: 1617120051.91d763c234ba012d9fdbd31e778066918018ec9f.ulm@gentoo
1 commit: 91d763c234ba012d9fdbd31e778066918018ec9f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 04:22:21 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 16:00:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=91d763c2
7
8 ebuild-writing/file-format: <c> repoman
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/file-format/text.xml | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
17 index bd87629..8a8271e 100644
18 --- a/ebuild-writing/file-format/text.xml
19 +++ b/ebuild-writing/file-format/text.xml
20 @@ -205,7 +205,7 @@ indenting, never inside strings.
21 </p>
22
23 <p>
24 -Avoid trailing whitespace: repoman will warn you about this if your
25 +Avoid trailing whitespace: <c>repoman</c> will warn you about this if your
26 ebuild contains trailing or leading whitespace (whitespace instead of
27 tabs for indentation) when you commit.
28 </p>