commit: 91d763c234ba012d9fdbd31e778066918018ec9f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:22:21 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 16:00:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=91d763c2
ebuild-writing/file-format: <c> repoman Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/file-format/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>