[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch 01/26] The man macro RE is given an argument when it
From: |
g . branden . robinson |
Subject: |
[Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one. |
Date: |
Sat, 16 Jun 2018 12:22:33 -0400 |
User-agent: |
quilt/0.65 |
This causes warnings from roff when the warning level is turned up
really high, as some roff/man page hackers do.
<standard input>:891: warning: number register `an-saved-margin2' not defined
<standard input>:891: warning: number register `an-saved-prevailing-indent2'
not defined
Stop supplying the extraneous argument.
Index: quilt/doc/quilt.1.in
===================================================================
--- quilt.orig/doc/quilt.1.in
+++ quilt/doc/quilt.1.in
@@ -322,7 +322,7 @@ the following content to ~/.quiltrc (or
QUILT_DIFF_ARGS="--color"
QUILT_COLORS='diff_hdr=35;44'
.fi
-.RE 4
+.RE
.SH AUTHORS
[Quilt-dev] [patch 04/26] Reorganize sections to use only section names endorsed by man-pages(7), and put them in the recommended order., g . branden . robinson, 2018/06/16
[Quilt-dev] [patch 06/26] Use groff_man(7)s EX and EE macros for examples., g . branden . robinson, 2018/06/16