Favor "non-wide-character configuration" over "non-wide configuration".
The latter use is preponderant.
---
 man/curs_attr.3x      | 2 +-
 man/curs_bkgd.3x      | 4 ++--
 man/curs_bkgrnd.3x    | 4 ++--
 man/curs_color.3x     | 2 +-
 man/curs_termattrs.3x | 2 +-
 man/curs_util.3x      | 2 +-
 man/ncurses.3x        | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/man/curs_attr.3x b/man/curs_attr.3x
index b46280d44..a12457766 100644
--- a/man/curs_attr.3x
+++ b/man/curs_attr.3x
@@ -372,7 +372,7 @@ .SH NOTES
 are part of
 .IR \%ncurses "'s"
 wide-character API,
-and are not available in its non-wide configuration.
+and are not available in its non-wide-character configuration.
 .PP
 .BR \%attron ","
 .BR \%wattron ","
diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index 91e9c725c..7d1cf1cbd 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -69,7 +69,7 @@ .SH DESCRIPTION
 window has a
 .I "background character"
 property:
-in the library's non-wide configuration,
+in the library's non-wide-character configuration,
 it is a
 .I curses
 character
@@ -289,7 +289,7 @@ .SH PORTABILITY
 like SVr4
 .IR curses ","
 does not
-(in its non-wide configuration)
+(in its non-wide-character configuration)
 store the background and window attribute contributions to each
 character cell separately.
 .SH HISTORY
diff --git a/man/curs_bkgrnd.3x b/man/curs_bkgrnd.3x
index d4acf0de4..683e9d43c 100644
--- a/man/curs_bkgrnd.3x
+++ b/man/curs_bkgrnd.3x
@@ -220,7 +220,7 @@ .SH NOTES
 .B \%getbkgrnd
 may be implemented as macros.
 .PP
-Unlike their counterparts in the non-wide configuration of
+Unlike their counterparts in the non-wide-character configuration of
 .IR \%ncurses ","
 .B \%getbkgrnd
 and
@@ -242,7 +242,7 @@ .SH HISTORY
 X/Open Curses Issue\ 4 (1995) initially specified these functions.
 .SH SEE ALSO
 \fB\%curs_bkgd\fP(3X) describes the corresponding functions in the
-non-wide configuration of
+non-wide-character configuration of
 .IR \%ncurses "."
 .PP
 \fB\%curses\fP(3X),
diff --git a/man/curs_color.3x b/man/curs_color.3x
index 1a7945e7c..6f42931c3 100644
--- a/man/curs_color.3x
+++ b/man/curs_color.3x
@@ -749,7 +749,7 @@ .SH HISTORY
 .bP
 .I \%ncurses
 (1992-present),
-in its non-wide configuration,
+in its non-wide-character configuration,
 uses 8 bits of
 .I \%chtype
 for the color pair identifier.
diff --git a/man/curs_termattrs.3x b/man/curs_termattrs.3x
index 06e45560c..c0fe77ee7 100644
--- a/man/curs_termattrs.3x
+++ b/man/curs_termattrs.3x
@@ -171,7 +171,7 @@ .SH NOTES
 are part of
 .IR \%ncurses "'s"
 wide-character API,
-and are not available in its non-wide configuration.
+and are not available in its non-wide-character configuration.
 .PP
 .B \%termattrs
 may be implemented as a macro.
diff --git a/man/curs_util.3x b/man/curs_util.3x
index 35d5c8433..da69a234d 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -363,7 +363,7 @@ .SH NOTES
 is part of
 .IR \%ncurses "'s"
 wide-character API,
-and is not available in its non-wide configuration.
+and is not available in its non-wide-character configuration.
 .SH PORTABILITY
 X/Open Curses Issue\ 4 describes these functions.
 It specifies no error conditions for them.
diff --git a/man/ncurses.3x b/man/ncurses.3x
index 6ed64a969..25a13674c 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -549,7 +549,7 @@ .SS "Wide and Non-wide Character Configurations"
 .I \%cchar_t
 is a
 .I "curses complex character"
-and corresponds to the non-wide configuration's
+and corresponds to the non-wide-character configuration's
 .IR \%chtype .
 It is a structure type
 because it requires more storage than a standard scalar type offers.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to