aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-21 04:22:21 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-30 18:00:51 +0200
commit91d763c234ba012d9fdbd31e778066918018ec9f (patch)
treed9989b88d4527794619ff5d608c9de93df0cb7bb
parentebuild-writing/using-eclasses: mention sorting inherit arguments (diff)
downloaddevmanual-91d763c2.tar.gz
devmanual-91d763c2.tar.bz2
devmanual-91d763c2.zip
ebuild-writing/file-format: <c> repoman
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/file-format/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index bd87629..8a8271e 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -205,7 +205,7 @@ indenting, never inside strings.
</p>
<p>
-Avoid trailing whitespace: repoman will warn you about this if your
+Avoid trailing whitespace: <c>repoman</c> will warn you about this if your
ebuild contains trailing or leading whitespace (whitespace instead of
tabs for indentation) when you commit.
</p>