groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 04/35: groff_char(7): Fix unescaped hyphen.


From: G. Branden Robinson
Subject: [groff] 04/35: groff_char(7): Fix unescaped hyphen.
Date: Mon, 25 Oct 2021 03:32:33 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3e78ffcf299617c330d31e427dd6b76740e4e649
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 22 10:52:17 2021 +1100

    groff_char(7): Fix unescaped hyphen.
---
 man/groff_char.7.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index b503b32..f80ff67 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -133,7 +133,7 @@ and
 are translated on input to the special characters
 .BR \e[aq] ,
 .BR \e[ga] ,
-.BR \e[-] ,
+.BR \e[\-] ,
 and
 .BR \e[ul] ,
 respectively.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]