bug-groff
[Top][All Lists]
Advanced

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

[bug #58143] [PATCH] man/groff.7.man: escape a register in a macro


From: Bjarni Ingi Gislason
Subject: [bug #58143] [PATCH] man/groff.7.man: escape a register in a macro
Date: Wed, 8 Apr 2020 17:56:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

URL:
  <https://savannah.gnu.org/bugs/?58143>

                 Summary: [PATCH] man/groff.7.man: escape a register in a
macro
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Wed 08 Apr 2020 09:56:47 PM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: Documentation
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From 8a612b930fb82f0626336e633386d0af5a1af8ad Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Wed, 8 Apr 2020 21:50:30 +0000
Subject: [PATCH] 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>
---
 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 d81fe29d..51a67a59 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 \{\
-- 
2.25.1






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58143>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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