gbranden pushed a commit to branch master
in repository groff.
commit 2e5a9c79f0b28b1f31a3e741ce3fe3483c2fa49b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Aug 9 14:21:05 2022 -0500
groff(1): Fix unescaped hyphen.
Thanks to Dave Kemper for the catch.
---
src/roff/groff/groff.1.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 44861c4fe..c79ea5790 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -1801,7 +1801,7 @@ constructing a pipeline to page the output.
.RS
.P
.EX
-groff \-t \-man -Tutf8 /usr/share/man/man1/groff.1.man | less \-R
+groff \-t \-man \-Tutf8 /usr/share/man/man1/groff.1.man | less \-R
.EE
.RE
.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit