Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Mon, 29 Jul 2019 08:54:22
Message-Id: 1564237659.132d0830cdd291f0a7b09c3b963e4da6efea31b9.ulm@gentoo
1 commit: 132d0830cdd291f0a7b09c3b963e4da6efea31b9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 27 14:27:39 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 27 14:27:39 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=132d0830
7
8 man/ebuild.5: Fix .nf macro usage.
9
10 Several .nf (no-fill mode) blocks were not terminated by .fi, causing
11 broken formatting of the rest of the manpage.
12
13 Fixes: cdcf4a28409daa7c56a0c2c94054f48bd5e43c6d
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 man/ebuild.5 | 6 ++++--
17 1 file changed, 4 insertions(+), 2 deletions(-)
18
19 diff --git a/man/ebuild.5 b/man/ebuild.5
20 index 7742ffbce..31bd8f771 100644
21 --- a/man/ebuild.5
22 +++ b/man/ebuild.5
23 @@ -351,16 +351,18 @@ xfree\-4.2.1\-r2.ebuild \-\-> $PR=='r2'
24 .B PVR
25 Contains the version number with the revision (if non-zero).
26
27 -xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1'
28 .nf
29 +xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1'
30 xfree\-4.2.1\-r2.ebuild \-\-> $PVR=='4.2.1\-r2'
31 +.fi
32 .TP
33 .B PF
34 Contains the full package name \fBPN\fR\-\fBPVR\fR
35
36 -xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1'
37 .nf
38 +xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1'
39 xfree\-4.2.1\-r2.ebuild \-\-> $PF=='xfree\-4.2.1\-r2'
40 +.fi
41 .TP
42 .B CATEGORY
43 Contains the package category name.