bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 06/17] man/*: Fix wording nits.


From: G. Branden Robinson
Subject: [PATCH 06/17] man/*: Fix wording nits.
Date: Wed, 13 Mar 2024 13:10:18 -0500

* Say "X/Open Curses" instead of just "X/Open"; that organization
  produces more than one standard.
* Say that X/Open Curses "specifies" things rather than "defining" them,
  favoring the latter term for something implementations do.
---
 man/curs_add_wch.3x    | 4 ++--
 man/curs_add_wchstr.3x | 2 +-
 man/curs_addchstr.3x   | 2 +-
 man/curs_addstr.3x     | 2 +-
 man/curs_addwstr.3x    | 2 +-
 man/curs_attr.3x       | 4 ++--
 man/curs_border.3x     | 2 +-
 man/curs_inopts.3x     | 2 +-
 man/curs_ins_wstr.3x   | 2 +-
 man/curs_insstr.3x     | 2 +-
 man/curs_outopts.3x    | 4 ++--
 man/curs_pad.3x        | 2 +-
 man/curs_refresh.3x    | 2 +-
 man/curs_terminfo.3x   | 2 +-
 man/curs_touch.3x      | 2 +-
 man/curs_util.3x       | 2 +-
 16 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 8fda68c84..42cb548b7 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -293,7 +293,7 @@ .SS "Line Graphics"
 .SH RETURN VALUE
 All routines return the integer \fBERR\fP upon failure and \fBOK\fP on success.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 This implementation returns an error
 .bP
 if the window pointer is null or
@@ -344,7 +344,7 @@ .SS "WACS Symbols"
 The misdefined symbols are the arrows
 and other symbols which are not used for line-drawing.
 .PP
-X/Open Curses does not define symbols for thick- or double-lines.
+X/Open Curses does not specify symbols for thick- or double-lines.
 SVr4 curses implementations defined their line-drawing symbols in
 terms of intermediate symbols.
 This implementation extends those symbols, providing new definitions
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x
index 016df8a45..719f58a56 100644
--- a/man/curs_add_wchstr.3x
+++ b/man/curs_add_wchstr.3x
@@ -102,7 +102,7 @@ .SH DESCRIPTION
 .SH RETURN VALUE
 All functions return the integer \fBERR\fP upon failure and \fBOK\fP on 
success.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 This implementation returns an error
 .bP
 if the \fIwin\fP parameter is null or
diff --git a/man/curs_addchstr.3x b/man/curs_addchstr.3x
index 5e56f29b6..c744c11f9 100644
--- a/man/curs_addchstr.3x
+++ b/man/curs_addchstr.3x
@@ -96,7 +96,7 @@ .SH DESCRIPTION
 .SH RETURN VALUE
 All functions return the integer \fBERR\fP upon failure and \fBOK\fP on 
success.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 This implementation returns an error
 .bP
 if the \fIwin\fP parameter is null or
diff --git a/man/curs_addstr.3x b/man/curs_addstr.3x
index dac8b7d97..506bf534b 100644
--- a/man/curs_addstr.3x
+++ b/man/curs_addstr.3x
@@ -101,7 +101,7 @@ .SH RETURN VALUE
 .B ERR
 on failure.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 .I \%ncurses
 returns an error
 .bP
diff --git a/man/curs_addwstr.3x b/man/curs_addwstr.3x
index dfb0d9253..4555ad627 100644
--- a/man/curs_addwstr.3x
+++ b/man/curs_addwstr.3x
@@ -111,7 +111,7 @@ .SH RETURN VALUE
 .B ERR
 on failure.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 .I \%ncurses
 returns an error
 .bP
diff --git a/man/curs_attr.3x b/man/curs_attr.3x
index 17df9d799..27e431bba 100644
--- a/man/curs_attr.3x
+++ b/man/curs_attr.3x
@@ -232,7 +232,7 @@ .SS Standout
 as \fBattrset(A_NORMAL)\fP or \fBattrset(0)\fP, that is, it turns off all
 attributes.
 .PP
-X/Open does not mark these \*(``restricted\*('', because
+X/Open Curses does not mark these \*(``restricted\*('', because
 .bP
 they have well established legacy use, and
 .bP
@@ -296,7 +296,7 @@ .SS "Video Attributes"
 .SH RETURN VALUE
 All routines return the integer \fBOK\fP on success, or \fBERR\fP on failure.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 .PP
 This implementation
 .bP
diff --git a/man/curs_border.3x b/man/curs_border.3x
index 5d5bdcea3..a43270f10 100644
--- a/man/curs_border.3x
+++ b/man/curs_border.3x
@@ -141,7 +141,7 @@ .SH RETURN VALUE
 \*(``or a non-negative integer if \fB\%immedok\fP is set\*('',
 but this appears to be an error.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 This implementation returns an error
 if the window pointer is null.
 .PP
diff --git a/man/curs_inopts.3x b/man/curs_inopts.3x
index de844c3c3..6ac150c18 100644
--- a/man/curs_inopts.3x
+++ b/man/curs_inopts.3x
@@ -344,7 +344,7 @@ .SH RETURN VALUE
 upon successful completion,
 unless otherwise noted in the preceding routine descriptions.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 In this implementation,
 functions with a window parameter will return an error if it is null.
 Any function will also return an error if the terminal was not
diff --git a/man/curs_ins_wstr.3x b/man/curs_ins_wstr.3x
index 10000832d..7770a92b7 100644
--- a/man/curs_ins_wstr.3x
+++ b/man/curs_ins_wstr.3x
@@ -89,7 +89,7 @@ .SH DESCRIPTION
 .SH RETURN VALUE
 All functions return the integer \fBERR\fP upon failure and \fBOK\fP on 
success.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 This implementation returns an error
 .bP
 if the \fIwin\fP parameter is null or
diff --git a/man/curs_insstr.3x b/man/curs_insstr.3x
index ef338ade9..3ddb77488 100644
--- a/man/curs_insstr.3x
+++ b/man/curs_insstr.3x
@@ -88,7 +88,7 @@ .SH DESCRIPTION
 .SH RETURN VALUE
 All functions return the integer \fBERR\fP upon failure and \fBOK\fP on 
success.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 This implementation returns an error
 .bP
 if the \fIwin\fP parameter is null or
diff --git a/man/curs_outopts.3x b/man/curs_outopts.3x
index 0a2b38fa4..b51b33209 100644
--- a/man/curs_outopts.3x
+++ b/man/curs_outopts.3x
@@ -143,7 +143,7 @@ .SH RETURN VALUE
 All other routines that return an integer always
 return \fBOK\fP.
 .PP
-X/Open Curses does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 .PP
 In this implementation,
 .bP
@@ -153,7 +153,7 @@ .SH RETURN VALUE
 \fBwsetscrreg\fP
 returns an error if the scrolling region limits extend outside the window.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 This implementation returns an error
 if the window pointer is null.
 .SH NOTES
diff --git a/man/curs_pad.3x b/man/curs_pad.3x
index 072cbd591..d98ebe8c4 100644
--- a/man/curs_pad.3x
+++ b/man/curs_pad.3x
@@ -149,7 +149,7 @@ .SH RETURN VALUE
 Functions that return pointers return \fBNULL\fP on error,
 and set \fB\%errno\fP to \fB\%ENOMEM\fP.
 .PP
-X/Open Curses does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 In this implementation
 .RS 3
 .TP 5
diff --git a/man/curs_refresh.3x b/man/curs_refresh.3x
index 605282578..dfe0d274a 100644
--- a/man/curs_refresh.3x
+++ b/man/curs_refresh.3x
@@ -133,7 +133,7 @@ .SH RETURN VALUE
 \*(``an integer value other than \fBERR\fP\*('')
 upon successful completion.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 In this implementation
 .RS 3
 .TP 5
diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index 6fdc89991..df19a4ff7 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -804,7 +804,7 @@ .SS "Legacy Data"
 .PP
 Other implementions may not declare the capability name arrays.
 Some provide them without declaring them.
-X/Open does not specify them.
+X/Open Curses does not specify them.
 .PP
 Extended terminal capability names,
 as defined by
diff --git a/man/curs_touch.3x b/man/curs_touch.3x
index 61adaf0f9..2d9b06af1 100644
--- a/man/curs_touch.3x
+++ b/man/curs_touch.3x
@@ -81,7 +81,7 @@ .SH RETURN VALUE
 other than \fBERR\fP upon successful completion, unless otherwise noted in the
 preceding routine descriptions.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 In this implementation
 .RS 3
 .TP 5
diff --git a/man/curs_util.3x b/man/curs_util.3x
index a6a082b11..45c2fedb3 100644
--- a/man/curs_util.3x
+++ b/man/curs_util.3x
@@ -288,7 +288,7 @@ .SH RETURN VALUE
 .PP
 Routines that return pointers return \fBNULL\fP on error.
 .PP
-X/Open does not define any error conditions.
+X/Open Curses does not specify any error conditions.
 In this implementation
 .RS 3
 .TP 5
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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