aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-20 15:00:59 +0000
committerUlrich Müller <ulm@gentoo.org>2021-03-21 07:06:12 +0100
commit0b0aeb084ae51e2df6622b639dbc4fcaede3f302 (patch)
treef8b52979aaeffe52f2edfd17b83b0dd2e9f76362 /bin
parentebuild-writing/functions/*: fix non-standard brace style in example (diff)
downloaddevmanual-0b0aeb084ae51e2df6622b639dbc4fcaede3f302.tar.gz
devmanual-0b0aeb084ae51e2df6622b639dbc4fcaede3f302.tar.bz2
devmanual-0b0aeb084ae51e2df6622b639dbc4fcaede3f302.zip
*/*: consistent 'Portage' casing
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen-eclass-html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
index 9486852..7274aa2 100755
--- a/bin/gen-eclass-html.sh
+++ b/bin/gen-eclass-html.sh
@@ -123,7 +123,7 @@ shift $((OPTIND-1))
MANPAGES=()
[[ -n ${NOMAN} ]] || MANPAGES=(
$(/usr/bin/qlist -e eclass-manpages)
- # We also need a couple of portage man pages
+ # We also need a couple of Portage man pages
/usr/share/man/man5/ebuild.5*
/usr/share/man/man5/make.conf.5*
) || exit 1