gbranden pushed a commit to branch master
in repository groff.

commit ac52b226b5722c20d1d817edb602054660620cc5
Author: Bjarni Ingi Gislason <[email protected]>
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 <[email protected]>
    
    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 <[email protected]>
---
 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 \{\

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to