[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [patch 01/26] The man macro RE is given an argument when
From: |
Jean Delvare |
Subject: |
Re: [Quilt-dev] [patch 01/26] The man macro RE is given an argument when it does not need one. |
Date: |
Sun, 17 Jun 2018 22:15:09 +0200 |
For next time: no final dot at end of subjects please ;-)
On Sat, 16 Jun 2018 12:22:33 -0400, address@hidden wrote:
> 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
>
Looks good, applied, thanks.
--
Jean Delvare
SUSE L3 Support
[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