[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 02/09: gropdf(1): Stop using \m and calling \**.
From: |
G. Branden Robinson |
Subject: |
[groff] 02/09: gropdf(1): Stop using \m and calling \**. |
Date: |
Sun, 10 Oct 2021 16:50:05 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 4633345f280c0e1c4c9512e891b046d4e87f44c5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 11 02:28:52 2021 +1100
gropdf(1): Stop using \m and calling \**.
Looks like a copy-and-paste error. There are other man page style
cleanups I could do, but I'll handle them later. This one was to
prevent the interpolation/call of the undefined '*' string/macro.
---
src/devices/gropdf/gropdf.1.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man
index d33d382..13376d9 100644
--- a/src/devices/gropdf/gropdf.1.man
+++ b/src/devices/gropdf/gropdf.1.man
@@ -1165,7 +1165,7 @@ current box.
.sp .5v
Finally the command may be "footnote" followed by a new value for "bottom"
which will be used for all current boxes, just for the current page. This is
-to allow room for footnotes which grow during the page.\m[red]\**\m[]
+to allow room for footnotes which grow during the page.
.LP
.TP
.I left
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 02/09: gropdf(1): Stop using \m and calling \**.,
G. Branden Robinson <=