bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 033/100] man/ncurses.3x: Tighten wording in "Wide and Non-wide Ch


From: G. Branden Robinson
Subject: [PATCH 033/100] man/ncurses.3x: Tighten wording in "Wide and Non-wide Character Configurations" subsection.
Date: Sat, 30 Mar 2024 16:52:29 -0500

---
 man/ncurses.3x | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/ncurses.3x b/man/ncurses.3x
index 83289cdf2..06838cc1a 100644
--- a/man/ncurses.3x
+++ b/man/ncurses.3x
@@ -453,7 +453,7 @@ .SS "Wide and Non-wide Character Configurations"
 corresponds to the non-wide configuration's
 .IR \%chtype .
 It always a structure type,
-because it stores more data than fits into an integral type.
+because it stores more data than fit into a standard scalar type.
 A character code may not be representable as a
 .IR \%char ,
 and moreover more than one character may occupy a cell
@@ -473,10 +473,10 @@ .SS "Wide and Non-wide Character Configurations"
 is stored as a
 .IR \%cchar_t .
 .PP
-The \fB\%setcchar\fP(3X) and \fB\%getcchar\fP(3X)
-functions store and retrieve the data from a
+\fB\%setcchar\fP(3X) and \fB\%getcchar\fP(3X)
+store and retrieve
 .I \%cchar_t
-structure.
+data.
 The wide library API of
 .I \%ncurses
 depends on two data types standardized by ISO C95.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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