Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.groff.bug > #1792
| From | Bjarni Ingi Gislason <INVALID.NOREPLY@gnu.org> |
|---|---|
| Newsgroups | gnu.groff.bug |
| Subject | [bug #58143] [PATCH] man/groff.7.man: escape a register in a macro |
| Date | 2020-04-08 17:56 -0400 |
| Message-ID | <mailman.378.1586383012.2644.bug-groff@gnu.org> (permalink) |
| References | <20200408-215647.sv93188.27241@savannah.gnu.org> |
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 <bjarniig@rhi.hi.is>
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 <bjarniig@rhi.hi.is>
---
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/
Back to gnu.groff.bug | Previous | Next | Find similar
[bug #58143] [PATCH] man/groff.7.man: escape a register in a macro Bjarni Ingi Gislason <INVALID.NOREPLY@gnu.org> - 2020-04-08 17:56 -0400
csiph-web