bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 19/22] Fix markup error.


From: G. Branden Robinson
Subject: [PATCH 19/22] Fix markup error.
Date: Sat, 1 Jun 2024 15:24:23 -0500

Use of `\%` as a hyphenation suppressor _must_ come at the beginning of
a word.
---
 man/curs_add_wch.3x  | 2 +-
 man/curs_addch.3x    | 4 ++--
 man/curs_addchstr.3x | 2 +-
 man/curs_addstr.3x   | 2 +-
 man/curs_getch.3x    | 2 +-
 man/curs_getstr.3x   | 2 +-
 man/curs_inch.3x     | 2 +-
 man/curs_instr.3x    | 2 +-
 man/curs_scr_dump.3x | 4 ++--
 man/curs_terminfo.3x | 2 +-
 man/curs_window.3x   | 2 +-
 man/ncurses.3x       | 4 ++--
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 3acc7c266..1d6e2fb79 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -501,7 +501,7 @@ .SS "Complex Characters"
 The complex character type
 .I \%cchar_t
 can store more than one wide character
-.RI ( \%wchar_t ).
+.RI \%( wchar_t ).
 X/Open Curses does not mention this possibility,
 specifying behavior only where
 .I wch
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 8a4945137..db016a10f 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -360,7 +360,7 @@ .SS "ACS Symbols"
 description uses lowercase i.
 .PP
 Some ACS symbols
-.RB ( \%ACS_S3 ,
+.RB \%( ACS_S3 ,
 .BR \%ACS_S7 ,
 .BR \%ACS_LEQUAL ,
 .BR \%ACS_GEQUAL ,
@@ -484,7 +484,7 @@ .SH SEE ALSO
 \fB\%curs_add_wch\fP(3X) describes comparable functions of the
 .I \%ncurses
 library in its wide-character configuration
-.RI ( \%ncursesw ).
+.RI \%( ncursesw ).
 .PP
 \fB\%curses\fP(3X),
 \fB\%curs_addchstr\fP(3X),
diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x
index 19c47fc59..a47d635bd 100644
--- a/man/curs_addchstr.3x
+++ b/man/curs_addchstr.3x
@@ -143,7 +143,7 @@ .SH SEE ALSO
 \fB\%curs_add_wchstr\fP(3X) describes comparable functions of the
 .I \%ncurses
 library in its wide-character configuration
-.RI ( \%ncursesw ).
+.RI \%( ncursesw ).
 .PP
 \fB\%curses\fP(3X),
 \fB\%curs_addch\fP(3X),
diff --git a/man/curs_addstr.3x b/man/curs_addstr.3x
index 35a4122bb..1310ef520 100644
--- a/man/curs_addstr.3x
+++ b/man/curs_addstr.3x
@@ -134,7 +134,7 @@ .SH SEE ALSO
 \fB\%curs_addwstr\fP(3X) describes comparable functions of the
 .I \%ncurses
 library in its wide-character configuration
-.RI ( \%ncursesw ).
+.RI \%( ncursesw ).
 .PP
 \fB\%curses\fP(3X),
 \fB\%curs_addch\fP(3X),
diff --git a/man/curs_getch.3x b/man/curs_getch.3x
index 7b804f448..2113dace3 100644
--- a/man/curs_getch.3x
+++ b/man/curs_getch.3x
@@ -690,7 +690,7 @@ .SH SEE ALSO
 \fB\%curs_get_wch\fP(3X) describes comparable functions of the
 .I \%ncurses
 library in its wide-character configuration
-.RI ( \%ncursesw ).
+.RI \%( ncursesw ).
 .PP
 \fB\%curses\fP(3X),
 \fB\%curs_addch\fP(3X),
diff --git a/man/curs_getstr.3x b/man/curs_getstr.3x
index 9e9334ca1..2b41acac4 100644
--- a/man/curs_getstr.3x
+++ b/man/curs_getstr.3x
@@ -294,7 +294,7 @@ .SH SEE ALSO
 \fB\%curs_get_wstr\fP(3X) describes comparable functions of the
 .I \%ncurses
 library in its wide-character configuration
-.RI ( \%ncursesw ).
+.RI \%( ncursesw ).
 .PP
 \fB\%curses\fP(3X),
 \fB\%curs_getch\fP(3X),
diff --git a/man/curs_inch.3x b/man/curs_inch.3x
index e2025374b..27bcec276 100644
--- a/man/curs_inch.3x
+++ b/man/curs_inch.3x
@@ -176,7 +176,7 @@ .SH SEE ALSO
 \fB\%curs_in_wch\fP(3X) describes comparable functions of the
 .I \%ncurses
 library in its wide-character configuration
-.RI ( \%ncursesw ).
+.RI \%( ncursesw ).
 .PP
 \fB\%curses\fP(3X),
 \fB\%curs_instr\fP(3X)
diff --git a/man/curs_instr.3x b/man/curs_instr.3x
index ec115efd8..c0339b015 100644
--- a/man/curs_instr.3x
+++ b/man/curs_instr.3x
@@ -124,7 +124,7 @@ .SH SEE ALSO
 \fB\%curs_ins_wstr\fP(3X) describes comparable functions of the
 .I \%ncurses
 library in its wide-character configuration
-.RI ( \%ncursesw ).
+.RI \%( ncursesw ).
 .PP
 \fB\%curses\fP(3X),
 \fB\%curs_inch\fP(3X),
diff --git a/man/curs_scr_dump.3x b/man/curs_scr_dump.3x
index 5f14a2287..1c4934b93 100644
--- a/man/curs_scr_dump.3x
+++ b/man/curs_scr_dump.3x
@@ -99,10 +99,10 @@ .SS scr_init
 .I \%term\%info
 capabilities
 .B \%exit_ca_mode
-.RB ( \%rmcup )
+.RB \%( rmcup )
 or
 .B \%non_rev_rmcup
-.RB ( \%nrrmc )
+.RB \%( nrrmc )
 are defined,
 or
 .bP
diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index 580f29d89..2b12e447a 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -681,7 +681,7 @@ .SH RETURN VALUE
 .B setupterm
 fails if it cannot allocate enough memory,
 or create the initial windows
-.RB ( \%stdscr ,
+.RB \%( stdscr ,
 .BR \%curscr ,
 and
 .BR \%newscr )
diff --git a/man/curs_window.3x b/man/curs_window.3x
index 149db81e9..605717dd9 100644
--- a/man/curs_window.3x
+++ b/man/curs_window.3x
@@ -254,7 +254,7 @@ .SH PORTABILITY
 when asked to delete a subwindow.
 Solaris X/Open
 .I curses
-.RI ( \%xcurses )
+.RI \%( xcurses )
 does not make even that check,
 and will delete a parent window that still has subwindows.
 .I \%PDCurses
diff --git a/man/ncurses.3x b/man/ncurses.3x
index fab227f7c..fed6522bf 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -1090,7 +1090,7 @@ .SS "\fICC\fP (command character)"
 When set,
 the
 .B \%command_character
-.RB ( \%cmdch )
+.RB \%( cmdch )
 capability value of loaded
 .I \%term\%info
 entries changes to the value of this variable.
@@ -1113,7 +1113,7 @@ .SS "\fICOLUMNS\fP"
 .I \%ncurses
 uses the size specified by the
 .B \%columns
-.RB ( \%cols )
+.RB \%( cols )
 capability of the terminal type's entry in the
 .I \%term\%info
 database,
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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