groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: man/groff.7.man: escape a register in a macro


From: G. Branden Robinson
Subject: [groff] 01/01: man/groff.7.man: escape a register in a macro
Date: Fri, 10 Apr 2020 23:54:40 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit ac52b226b5722c20d1d817edb602054660620cc5
Author: Bjarni Ingi Gislason <address@hidden>
AuthorDate: Wed Apr 8 21:50:30 2020 +0000

    man/groff.7.man: escape a register in a macro
    
    Change '\n[.$]' from a constant to a variable in a macro.
    
    Signed-off-by: Bjarni Ingi Gislason <address@hidden>
    
    This change has no effect on the page output, but is more correct per
    ยง5.21.1 ("Copy-in Mode") of the groff Texinfo manual.
    
    Fixes Savannah #58143.
    
    Reviewed-by: G. Branden Robinson <address@hidden>
---
 man/groff.7.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index af03082..e47b789 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -68,7 +68,7 @@ groff \- a short reference for the GNU roff language
 .
 .\" synopsis of a request
 .de REQ
-.  ie \n[.$]=1 \{\
+.  ie \\n[.$]=1 \{\
 .    Text \f[CB]\\$1\f[]
 .  \}
 .  el \{\



reply via email to

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