bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 003/100] man/curs_add{ch,_wch}: Fix up wide/non-wide cross refere


From: G. Branden Robinson
Subject: [PATCH 003/100] man/curs_add{ch,_wch}: Fix up wide/non-wide cross references.
Date: Sat, 30 Mar 2024 16:46:59 -0500

* Present them first in the "SEE ALSO" section for consistency with
  other pages.
* Drop thus-redundant cross reference in unadorned list.
---
 man/curs_add_wch.3x |  5 ++++-
 man/curs_addch.3x   | 10 +++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 01fd9225e..87606aaa4 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -431,8 +431,11 @@ .SS TABSIZE
 but is not specified by X/Open Curses
 (see \fBcurs_variables\fP(3X)).
 .SH SEE ALSO
+\fB\%curs_addch\fP(3X) describes comparable functions of the
+.I \%ncurses
+library in its non-wide-character configuration.
+.PP
 \fB\%curses\fP(3X),
-\fB\%curs_addch\fP(3X),
 \fB\%curs_addwstr\fP(3X),
 \fB\%curs_add_wchstr\fP(3X),
 \fB\%curs_attr\fP(3X),
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index f3eab27c8..2a6887d85 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -473,6 +473,11 @@ .SS TABSIZE
 but X/Open Curses does not specify it
 (see \fB\%curs_variables\fP(3X)).
 .SH SEE ALSO
+\fB\%curs_add_wch\fP(3X) describes comparable functions of the
+.I \%ncurses
+library in its wide-character configuration
+.RI ( \%ncursesw ).
+.PP
 \fB\%curses\fP(3X),
 \fB\%curs_addchstr\fP(3X),
 \fB\%curs_addstr\fP(3X),
@@ -483,8 +488,3 @@ .SH SEE ALSO
 \fB\%curs_refresh\fP(3X),
 \fB\%curs_variables\fP(3X),
 \fB\%putchar\fP(3)
-.PP
-\fB\%curs_add_wch\fP(3X) describes comparable functions of the
-.I \%ncurses
-library in its wide-character configuration
-.RI ( \%ncursesw ).
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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