bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 08/30] man/curs_inopts.3x: Fix markup error.


From: G. Branden Robinson
Subject: [PATCH 08/30] man/curs_inopts.3x: Fix markup error.
Date: Sat, 8 Jun 2024 07:17:08 -0500

Use of `\%` as a hyphenation suppressor _must_ come at the beginning of
a word.
---
 man/curs_inopts.3x | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/curs_inopts.3x b/man/curs_inopts.3x
index b69165d39..77b1777f4 100644
--- a/man/curs_inopts.3x
+++ b/man/curs_inopts.3x
@@ -562,9 +562,9 @@ .SH NOTES
 (\*(``cooked\*('') mode from raw and cbreak modes,
 respectively.
 Mixing
-.BR raw / \%noraw
+.BR \%raw / noraw
 calls with
-.BR cbreak / \%nocbreak
+.BR \%cbreak / nocbreak
 calls leads to terminal driver control states that are hard to predict
 or understand;
 doing so is not recommended.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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