Fixes warning from groff Git: troff:/.../share/man/man3/terminfo_variables.3ncurses:224: warning: ignoring a space on input line after output line continuation escape sequence
In this case the space, since it immediately precedes a *roff comment,
is unlikely to indicate any real confusion. One purpose for the new
warning is to catch typos like this:
interfa\ce.
troff:man/term_variables.3x:88: warning: ignoring character 'e' on input line
after output line continuation escape sequence
troff:man/term_variables.3x:88: warning: ignoring character '.' on input line
after output line continuation escape sequence
---
man/term_variables.3x | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/term_variables.3x b/man/term_variables.3x
index 09d76a9c4..17f64828e 100644
--- a/man/term_variables.3x
+++ b/man/term_variables.3x
@@ -221,7 +221,7 @@ .SS "\fIterminfo\fP Names"
the expressions
.B tigetstr("key_dc")
and
-\*(``\c \" `` string not reliable in a macro call on DWB/Heirloom nroffs
+\*(``\c\" `` string not reliable in a macro call on DWB/Heirloom nroffs
.B "CUR Strings[59]\c"
\*('' \" '' string not reliable in a macro call on DWB/Heirloom nroffs
are equivalent.
--
2.30.2
signature.asc
Description: PGP signature
