Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: Mike Pagano <mpagano@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] linux-info.eclass: Documentation updates
Date: Sun, 15 May 2022 07:27:05
Message-Id: ur14vp878@gentoo.org
In Reply to: [gentoo-dev] [PATCH] linux-info.eclass: Documentation updates by Mike Pagano
1 >>>>> On Sun, 15 May 2022, Mike Pagano wrote:
2
3 > +# @FUNCTION: check_zlibinflate
4 > +# @DESCRIPTION:
5 > +# helper function to make sure a ZLIB_INFLATE configuration
6 > +# has the requried symbols
7
8 s/requried/required/
9
10 Also, eclass-to-manpage will format won't respect the line breaks but
11 format @DESCRIPTION as a paragraph, so there should be a full stop at
12 the end of the sentence.
13
14 > +# See https://bugs.gentoo.org/27882
15 > check_zlibinflate() {
16 > if ! use kernel_linux; then
17 > die "${FUNCNAME}() called on non-Linux system, please fix the ebuild"

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies