bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 48/52] Make consistent language describing function-like macros.


From: G. Branden Robinson
Subject: [PATCH 48/52] Make consistent language describing function-like macros.
Date: Fri, 22 Dec 2023 17:10:46 -0600

* man/curs_bkgd.3x:
* man/curs_bkgrnd.3x:
* man/curs_get_wch.3x: Align with language in man/curs_inopts.3x,
  man/curs_ins_wch.3x, man/curs_insch.3x, man/curs_legacy.3x,
  man/curs_scroll.3x, and man/curs_terminfo.3x.
---
 man/curs_bkgd.3x    | 4 +++-
 man/curs_bkgrnd.3x  | 2 +-
 man/curs_get_wch.3x | 4 ++--
 man/curs_inopts.3x  | 7 ++++---
 4 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index 159777465..e52085701 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -173,7 +173,9 @@ .SH NOTES
 \fB\%getbkgd\fP behaves as one would expect \fB\%wgetbkgd\fP to,
 accepting a \fI\%WINDOW\fP pointer argument.
 .PP
-\fB\%bkgd\fP and \fB\%bkgdset\fP may be available as macros.
+\fB\%bkgd\fP and
+\fB\%bkgdset\fP
+may be implemented as macros.
 .PP
 X/Open Curses mentions that the character part of the background must
 be a single-byte value.
diff --git a/man/curs_bkgrnd.3x b/man/curs_bkgrnd.3x
index f2e75cff0..898a4f6eb 100644
--- a/man/curs_bkgrnd.3x
+++ b/man/curs_bkgrnd.3x
@@ -189,7 +189,7 @@ .SH NOTES
 \fB\%bkgrnd\fP,
 \fB\%bkgrndset\fP, and
 \fB\%getbkgrnd\fP
-may be available as macros.
+may be implemented as macros.
 .PP
 Unlike their counterparts in the non-\*(``wide\*('' configuration of
 .I \%ncurses,
diff --git a/man/curs_get_wch.3x b/man/curs_get_wch.3x
index 810e8d2fe..2272868ee 100644
--- a/man/curs_get_wch.3x
+++ b/man/curs_get_wch.3x
@@ -180,10 +180,10 @@ .SH NOTES
 Depending on the state of the tty driver when each character
 is typed, the program may produce undesirable results.
 .PP
-All of these symbols except
+All of these functions except
 \fB\%wget_wch\fP and
 \fB\%unget_wch\fP
-may be available as macros.
+may be implemented as macros.
 .SH PORTABILITY
 These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
diff --git a/man/curs_inopts.3x b/man/curs_inopts.3x
index d5d9c9685..55fef8745 100644
--- a/man/curs_inopts.3x
+++ b/man/curs_inopts.3x
@@ -288,7 +288,6 @@ .SH RETURN VALUE
 if its parameter is outside the range 1..255.
 .RE
 .SH NOTES
-Note that
 \fBecho\fP,
 \fB\%noecho\fP,
 \fB\%halfdelay\fP,
@@ -300,8 +299,10 @@ .SH NOTES
 \fB\%notimeout\fP,
 \fB\%noqiflush\fP,
 \fB\%qiflush\fP,
-\fB\%timeout\fP, and
-\fB\%wtimeout\fP may be macros.
+\fB\%timeout\fP,
+and
+\fB\%wtimeout\fP
+may be implemented as macros.
 .PP
 The \fB\%noraw\fP and \fB\%nocbreak\fP calls follow historical practice in that
 they attempt to restore to normal (\*(``cooked\*('') mode
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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