bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 38/45] man/curs_add{ch,_wch}.3x: Fix markup error.


From: G. Branden Robinson
Subject: [PATCH 38/45] man/curs_add{ch,_wch}.3x: Fix markup error.
Date: Sat, 25 May 2024 12:44:58 -0500

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

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 62728462f..02ae3c75c 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -182,7 +182,7 @@ .SS "Forms-Drawing Characters"
 .I "forms-drawing characters."
 The ACS default listed below is used if the
 .B \%acs_chars
-.RB ( \%acsc )
+.RB \%( acsc )
 .I \%term\%info
 capability does not define a terminal-specific replacement for it,
 or if the terminal and locale configuration requires Unicode to access
@@ -190,7 +190,7 @@ .SS "Forms-Drawing Characters"
 The \*(``acsc char\*('' column corresponds to how the characters are
 specified in the
 .B \%acs_chars
-.RB ( \%acsc )
+.RB \%( acsc )
 string capability,
 and the characters in it may appear on the screen if the terminal type's
 database entry incorrectly advertises ACS support.
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 937b375d9..e5ac279a1 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -167,7 +167,7 @@ .SS "Forms-Drawing Characters"
 .I "forms-drawing characters."
 The ACS default listed below is used if the
 .B \%acs_chars
-.RB ( \%acsc )
+.RB \%( acsc )
 .I \%term\%info
 capability does not define a terminal-specific replacement for it,
 or if the terminal and locale configuration requires Unicode to access
@@ -175,7 +175,7 @@ .SS "Forms-Drawing Characters"
 The \*(``acsc char\*('' column corresponds to how the characters are
 specified in the
 .B \%acs_chars
-.RB ( \%acsc )
+.RB \%( acsc )
 string capability,
 and the characters in it may appear on the screen if the terminal type's
 database entry incorrectly advertises ACS support.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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