bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 03/40] man/curs_get_wstr.3x: Fix content nit.


From: G. Branden Robinson
Subject: [PATCH 03/40] man/curs_get_wstr.3x: Fix content nit.
Date: Sat, 1 Feb 2025 11:29:05 -0600

Cross reference the _wide_ API functions for retrieving the terminal's
erase and kill characters.

man/man_db.renames.in: Add "killwchar.3x".
---
 man/curs_get_wstr.3x  | 2 +-
 man/man_db.renames.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/man/curs_get_wstr.3x b/man/curs_get_wstr.3x
index c5b9f9eca..66e78993e 100644
--- a/man/curs_get_wstr.3x
+++ b/man/curs_get_wstr.3x
@@ -98,7 +98,7 @@ .SH DESCRIPTION
 .IR WEOF );
 .bP
 interprets the screen's erase and kill characters
-(see \fB\%erasechar\fP(3X) and \fB\%killchar\fP(3X));
+(see \fB\%erasewchar\fP(3X) and \fB\%killwchar\fP(3X));
 .bP
 recognizes function keys only if the screen's keypad option is enabled
 (see \fB\%keypad\fP(3X));
diff --git a/man/man_db.renames.in b/man/man_db.renames.in
index 373302b19..79d371cc2 100644
--- a/man/man_db.renames.in
+++ b/man/man_db.renames.in
@@ -221,6 +221,7 @@ is_scrollok.3x                      is_scrollok.3ncurses
 keyname.3x                     keyname.3ncurses
 keypad.3x                      keypad.3ncurses
 killchar.3x                    killchar.3ncurses
+killwchar.3x                   killwchar.3ncurses
 leaveok.3x                     leaveok.3ncurses
 longname.3x                    longname.3ncurses
 meta.3x                                meta.3ncurses
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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