quilt-dev
[Top][All Lists]
Advanced

[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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]