From 0b0aeb084ae51e2df6622b639dbc4fcaede3f302 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 20 Mar 2021 15:00:59 +0000 Subject: */*: consistent 'Portage' casing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- bin/gen-eclass-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-65-gdbad