From 132d0830cdd291f0a7b09c3b963e4da6efea31b9 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 27 Jul 2019 16:27:39 +0200 Subject: man/ebuild.5: Fix .nf macro usage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several .nf (no-fill mode) blocks were not terminated by .fi, causing broken formatting of the rest of the manpage. Fixes: cdcf4a28409daa7c56a0c2c94054f48bd5e43c6d Signed-off-by: Ulrich Müller --- man/ebuild.5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/ebuild.5 b/man/ebuild.5 index 7742ffbce..31bd8f771 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -351,16 +351,18 @@ xfree\-4.2.1\-r2.ebuild \-\-> $PR=='r2' .B PVR Contains the version number with the revision (if non-zero). -xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1' .nf +xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1' xfree\-4.2.1\-r2.ebuild \-\-> $PVR=='4.2.1\-r2' +.fi .TP .B PF Contains the full package name \fBPN\fR\-\fBPVR\fR -xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1' .nf +xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1' xfree\-4.2.1\-r2.ebuild \-\-> $PF=='xfree\-4.2.1\-r2' +.fi .TP .B CATEGORY Contains the package category name. -- cgit v1.2.3-18-g5258