gbranden pushed a commit to branch master
in repository groff.
commit 15fe42cb787c53868f8904818306c23600d59114
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jan 28 13:43:34 2024 -0600
groff(7): Fix markup nit.
Use a special character escape sequence instead of `\e` in argument to
`SS` macro. (Sub)section headings can become anchors/bookmarks in some
output devices, which means they become arguments to device control
commands, where "the escape character" is not defined.
---
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 c1c5a5109..b94f6f821 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -8146,7 +8146,7 @@ after
.
.
.\" ====================================================================
-.SS "Underlining by overstriking with \e(ul"
+.SS "Underlining by overstriking with \[rs](ul"
.\" ====================================================================
.
The
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit