gbranden pushed a commit to branch master
in repository groff.
commit ee5e5c31290fc9b64ba27411d0e8d0cf59e1c934
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Apr 23 10:38:22 2024 -0500
groff_man_style(7): Fix unescaped hyphens.
---
tmac/groff_man.7.man.in | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index 2355398a8..f8488c6b0 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -1111,20 +1111,21 @@ own command-line interface illustrates most specimens
one may encounter.
\&.
\&.
\&.SY groff
-\&.B \e-h
+\&.B \e\-h
+\&.YS
\&.
\&.SY groff
-\&.B \e-\e-help
+\&.B \e\-\e\-help
\&.YS
\&.
\&.
\&.SY groff
-\&.B \e-v
+\&.B \e\-v
\&.RI [ option\e\(ti .\e|.\e|.\e&]
\&.RI [ file\e\(ti .\e|.\e|.]
\&.
\&.SY groff
-\&.B \e-\e-version
+\&.B \e\-\e\-version
\&.RI [ option\e\(ti .\e|.\e|.\e&]
\&.RI [ file\e\(ti .\e|.\e|.]
\&.YS
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit