bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 24/61] Parallelize PORTABILITY Issue 4 availability boilerplate.


From: G. Branden Robinson
Subject: [PATCH 24/61] Parallelize PORTABILITY Issue 4 availability boilerplate.
Date: Fri, 24 Nov 2023 12:03:50 -0600

* man/curs_add_wch.3x:
* man/curs_add_wchstr.3x:
* man/curs_addch.3x:
* man/curs_addchstr.3x:
* man/curs_bkgd.3x:
* man/curs_bkgrnd.3x: Do it.

In particular, stop referring to them as "entry points", a somewhat
old-fashioned term nowadays.
---
 man/curs_add_wch.3x    | 2 +-
 man/curs_add_wchstr.3x | 2 +-
 man/curs_addch.3x      | 2 +-
 man/curs_addchstr.3x   | 2 +-
 man/curs_bkgd.3x       | 3 +--
 man/curs_bkgrnd.3x     | 3 +--
 6 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 9f56f345..9ebc0e51 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -252,7 +252,7 @@ .SH NOTES
 \fBecho_wchar\fP
 may be macros.
 .SH PORTABILITY
-All of these functions are described in the XSI Curses standard, Issue 4.
+These functions are described in the XSI Curses standard, Issue 4.
 The defaults specified for line-drawing characters apply in the POSIX locale.
 .SS WACS Symbols
 X/Open Curses makes it clear that the WACS_ symbols should be defined as
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x
index c0fab61e..cc7cf00f 100644
--- a/man/curs_add_wchstr.3x
+++ b/man/curs_add_wchstr.3x
@@ -115,7 +115,7 @@ .SH RETURN VALUE
 .SH NOTES
 All functions except \fBwadd_wchnstr\fP may be macros.
 .SH PORTABILITY
-These entry points are described in the XSI Curses standard, Issue 4.
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_addch\fP(3X),
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index d6980457..6f637e6e 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -207,7 +207,7 @@ .SH NOTES
 Note that \fBaddch\fP, \fBmvaddch\fP, \fBmvwaddch\fP, and
 \fBechochar\fP may be macros.
 .SH PORTABILITY
-All these functions are described in the XSI Curses standard, Issue 4.
+These functions are described in the XSI Curses standard, Issue 4.
 The defaults specified for forms-drawing characters apply in the POSIX locale.
 .SS ACS Symbols
 X/Open Curses states that the \fBACS_\fP definitions are \fBchar\fP constants.
diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x
index 5632f6e5..4258aa2c 100644
--- a/man/curs_addchstr.3x
+++ b/man/curs_addchstr.3x
@@ -109,7 +109,7 @@ .SH RETURN VALUE
 .SH NOTES
 All functions except \fBwaddchnstr\fP may be macros.
 .SH PORTABILITY
-These entry points are described in the XSI Curses standard, Issue 4.
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_addch\fP(3X),
diff --git a/man/curs_bkgd.3x b/man/curs_bkgd.3x
index 7d981a36..d76a9b1a 100644
--- a/man/curs_bkgd.3x
+++ b/man/curs_bkgd.3x
@@ -154,8 +154,7 @@ .SH NOTES
 This implementation, like SVr4, checks to ensure that,
 and will reuse the old background character if the check fails.
 .SH PORTABILITY
-These functions are described in the XSI Curses standard, Issue 4
-(X/Open Curses).
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_addch\fP(3X),
diff --git a/man/curs_bkgrnd.3x b/man/curs_bkgrnd.3x
index 5530df39..61fbd38c 100644
--- a/man/curs_bkgrnd.3x
+++ b/man/curs_bkgrnd.3x
@@ -111,8 +111,7 @@ .SH NOTES
 This implementation follows the approach used in SVr4 curses,
 which is explained in the manual page for \fBwbkgd\fP.
 .SH PORTABILITY
-These functions are described in the XSI Curses standard, Issue 4
-(X/Open Curses).
+These functions are described in the XSI Curses standard, Issue 4.
 .SH SEE ALSO
 \fB\%curses\fP(3X),
 \fB\%curs_bkgd\fP(3X)
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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