bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 010/100] man/curs_{addch,initscr}: Fix content nit.


From: G. Branden Robinson
Subject: [PATCH 010/100] man/curs_{addch,initscr}: Fix content nit.
Date: Sat, 30 Mar 2024 16:48:18 -0500

Refer to the relevant standard as "X/Open Curses", not just "X/Open",
since X/Open produces multiple standards.
---
 man/curs_addch.3x   | 2 +-
 man/curs_initscr.3x | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 2a6887d85..bfc274afc 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -145,7 +145,7 @@ .SS "Adding Characters"
 In the latter case,
 the values may not be printable;
 .\" XXX: The following claim could be clearer.
-this follows the X/Open specification.
+this follows the X/Open Curses specification.
 .PP
 Calling \fB\%winch\fP(3X) on the location of a nonprintable character
 does not return the character itself,
diff --git a/man/curs_initscr.3x b/man/curs_initscr.3x
index 997ca521e..4a20a8c50 100644
--- a/man/curs_initscr.3x
+++ b/man/curs_initscr.3x
@@ -177,7 +177,7 @@ .SH PORTABILITY
 These functions were described in the XSI Curses standard, Issue 4.
 As of 2015, the current document is X/Open Curses, Issue 7.
 .SS Differences
-X/Open specifies that portable applications must not
+X/Open Curses specifies that portable applications must not
 call \fBinitscr\fP more than once:
 .bP
 The portable way to use \fBinitscr\fP is once only,
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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