Gentoo Archives: gentoo-portage-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH 1/2] man/ebuild.5: Fix .nf macro usage.
Date: Sat, 27 Jul 2019 14:38:33
Message-Id: w6gpnlvv8yr.fsf@kph.uni-mainz.de
1 Several .nf (no-fill mode) blocks were not terminated by .fi, causing
2 broken formatting of the rest of the manpage.
3
4 Fixes: cdcf4a28409daa7c56a0c2c94054f48bd5e43c6d
5 Signed-off-by: Ulrich Müller <ulm@g.o>
6 ---
7 man/ebuild.5 | 6 ++++--
8 1 file changed, 4 insertions(+), 2 deletions(-)
9
10 diff --git a/man/ebuild.5 b/man/ebuild.5
11 index 7742ffbce..31bd8f771 100644
12 --- a/man/ebuild.5
13 +++ b/man/ebuild.5
14 @@ -351,16 +351,18 @@ xfree\-4.2.1\-r2.ebuild \-\-> $PR=='r2'
15 .B PVR
16 Contains the version number with the revision (if non-zero).
17
18 -xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1'
19 .nf
20 +xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1'
21 xfree\-4.2.1\-r2.ebuild \-\-> $PVR=='4.2.1\-r2'
22 +.fi
23 .TP
24 .B PF
25 Contains the full package name \fBPN\fR\-\fBPVR\fR
26
27 -xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1'
28 .nf
29 +xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1'
30 xfree\-4.2.1\-r2.ebuild \-\-> $PF=='xfree\-4.2.1\-r2'
31 +.fi
32 .TP
33 .B CATEGORY
34 Contains the package category name.
35 --
36 2.22.0

Attachments

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