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:32:01
Message-Id: uh75rp7yy@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] linux-info.eclass: Documentation updates by Ulrich Mueller
1 >>>>> On Sun, 15 May 2022, Ulrich Mueller wrote:
2
3 >>>>> On Sun, 15 May 2022, Mike Pagano wrote:
4 >> +# @FUNCTION: check_zlibinflate
5 >> +# @DESCRIPTION:
6 >> +# helper function to make sure a ZLIB_INFLATE configuration
7 >> +# has the requried symbols
8
9 > s/requried/required/
10
11 > Also, eclass-to-manpage will format won't respect the line breaks but
12 > format @DESCRIPTION as a paragraph,
13
14 Sorry, seems that I wasn't awake yet when writing this. The sentence
15 should read:
16
17 eclass-to-manpage won't respect the line breaks but will format
18 @DESCRIPTION as a paragraph,
19
20 > so there should be a full stop at the end of the sentence.
21
22 >> +# See https://bugs.gentoo.org/27882
23 >> check_zlibinflate() {
24 >> if ! use kernel_linux; then
25 >> die "${FUNCNAME}() called on non-Linux system, please fix the ebuild"