bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 09/42] Say "non-spacing" rather than "nonspacing".


From: G. Branden Robinson
Subject: [PATCH 09/42] Say "non-spacing" rather than "nonspacing".
Date: Sat, 16 Dec 2023 11:42:12 -0600

...for consistency with other ncurses man pages; the former is more
prevalent.

* man/curs_getcchar.3x:
* man/curs_ins_wstr.3x: Do it.
---
 man/curs_getcchar.3x | 6 +++---
 man/curs_ins_wstr.3x | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/man/curs_getcchar.3x b/man/curs_getcchar.3x
index 636472b49..d518abcf0 100644
--- a/man/curs_getcchar.3x
+++ b/man/curs_getcchar.3x
@@ -98,11 +98,11 @@ .SS setcchar
 contain at most one spacing character,
 which must be the first.
 .IP
-Up to \fBCCHARW_MAX\fP\-1 nonspacing characters may follow.
-Additional nonspacing characters are ignored.
+Up to \fBCCHARW_MAX\fP\-1 non-spacing characters may follow.
+Additional non-spacing characters are ignored.
 .IP
 The string may contain a single control character instead.
-In that case, no nonspacing characters are allowed.
+In that case, no non-spacing characters are allowed.
 .SH RETURN VALUE
 When \fIwch\fP is a null pointer,
 \fBgetcchar\fP returns the number of wide characters referenced by
diff --git a/man/curs_ins_wstr.3x b/man/curs_ins_wstr.3x
index f059fceec..70ad06d5b 100644
--- a/man/curs_ins_wstr.3x
+++ b/man/curs_ins_wstr.3x
@@ -104,9 +104,9 @@ .SH RETURN VALUE
 .SH NOTES
 All but \fBwins_nwstr\fP may be macros.
 .PP
-If the first character in the string is a nonspacing character, these
+If the first character in the string is a non-spacing character, these
 functions will fail.
-XSI does not define what will happen if a nonspacing character follows
+XSI does not define what will happen if a non-spacing character follows
 a control character.
 .SH PORTABILITY
 These functions are described in the XSI Curses standard, Issue 4,
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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