bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 45/61] Spell "HP-UX" consistently in man pages.


From: G. Branden Robinson
Subject: [PATCH 45/61] Spell "HP-UX" consistently in man pages.
Date: Fri, 24 Nov 2023 12:08:10 -0600

Use a hyphen instead of a minus sign, or nothing.

* man/curs_add_wch.3x:
* man/curs_addch.3x:
* man/curs_attr.3x:
* man/scr_dump.5:
* man/terminfo.tail:
* man/tput.1:
* man/tset.1: Do it.
---
 man/curs_add_wch.3x | 4 ++--
 man/curs_addch.3x   | 2 +-
 man/curs_attr.3x    | 2 +-
 man/scr_dump.5      | 4 ++--
 man/terminfo.tail   | 2 +-
 man/tput.1          | 4 ++--
 man/tset.1          | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/man/curs_add_wch.3x b/man/curs_add_wch.3x
index 9ebc0e51..cb91f1ee 100644
--- a/man/curs_add_wch.3x
+++ b/man/curs_add_wch.3x
@@ -261,7 +261,7 @@ .SS WACS Symbols
 .bP
 NetBSD curses defines the symbols as a \fBwchar_t\fP within a \fBcchar_t\fP.
 .bP
-HPUX curses equates some of the \fBACS_\fP symbols
+HP-UX curses equates some of the \fBACS_\fP symbols
 to the analogous \fBWACS_\fP symbols as if the \fBACS_\fP symbols were
 wide characters.
 The misdefined symbols are the arrows
@@ -278,7 +278,7 @@ .SS WACS Symbols
 with their corresponding line-drawing characters.
 X/Open Curses did not address the aspect of integrating Unicode with
 line-drawing characters.
-Existing implementations of Unix curses (AIX, HPUX, Solaris)
+Existing implementations of Unix curses (AIX, HP-UX, Solaris)
 use only the \fBacsc\fP character-mapping to provide this feature.
 As a result, those implementations can only use single-byte line-drawing
 characters.
diff --git a/man/curs_addch.3x b/man/curs_addch.3x
index 6f637e6e..5416da93 100644
--- a/man/curs_addch.3x
+++ b/man/curs_addch.3x
@@ -222,7 +222,7 @@ .SS ACS Symbols
 NetBSD also uses an array, actually named \fB_acs_char\fP, with a \fB#define\fP
 for compatibility.
 .bP
-HPUX curses equates some of the \fBACS_\fP symbols
+HP-UX curses equates some of the \fBACS_\fP symbols
 to the analogous \fBWACS_\fP symbols as if the \fBACS_\fP symbols were
 wide characters.
 The misdefined symbols are the arrows
diff --git a/man/curs_attr.3x b/man/curs_attr.3x
index 64e3b136..9bbab5f5 100644
--- a/man/curs_attr.3x
+++ b/man/curs_attr.3x
@@ -459,7 +459,7 @@ .SH HISTORY
 l l l l l l .
 \fBYear\fP     \fBSystem\fP    \fBArch\fP      \fBColor\fP     \fBChar\fP      
\fBNotes\fP
 1992   Solaris 5.2     32      6       17      SVr4 curses
-1992   HPUX 9  32      no      8       SVr2 curses
+1992   HP-UX 9 32      no      8       SVr2 curses
 1992   AIX 3.2 32      no      23      SVr2 curses
 1994   OSF/1 r3        32      no      23      SVr2 curses
 1995   HP-UX 10.00     32      6       16      SVr3 \*(``curses_colr\*(''
diff --git a/man/scr_dump.5 b/man/scr_dump.5
index 7bc736dd..7b367281 100644
--- a/man/scr_dump.5
+++ b/man/scr_dump.5
@@ -191,7 +191,7 @@ .SS Unix System V
 That is, the feature was likely introduced in SVr2 (1984),
 and improved in SVr3 (1987).
 The Solaris curses source has no magic number for SVr4 (1989).
-Other operating systems (AIX and HPUX) use a magic number which would
+Other operating systems (AIX and HP-UX) use a magic number which would
 correspond to this definition:
 .PP
 .RS 4
@@ -224,7 +224,7 @@ .SS Unix System V
 .bP
 AIX (51817 bytes)
 .bP
-HPUX (90093 bytes)
+HP-UX (90093 bytes)
 .bP
 Solaris 10 (13273 bytes)
 .bP
diff --git a/man/terminfo.tail b/man/terminfo.tail
index d07819c3..fd2bdd6a 100644
--- a/man/terminfo.tail
+++ b/man/terminfo.tail
@@ -2005,7 +2005,7 @@ expansion) lengths.
 Do not count on compiled (binary) \fI\%terminfo\fP entries being
 portable between commercial UNIX systems.
 At least two implementations of \fI\%terminfo\fP
-(those of HP\-UX and AIX)
+(those of HP-UX and AIX)
 diverged from those of other System V Unices after SVr1,
 adding extension capabilities to the string table that
 (in the binary format)
diff --git a/man/tput.1 b/man/tput.1
index b3b5911a..d2751022 100644
--- a/man/tput.1
+++ b/man/tput.1
@@ -511,7 +511,7 @@ .SH PORTABILITY
 capabilities.
 .bP
 Other implementations of \fBtput\fP on
-SVr4-based systems such as Solaris, IRIX64 and HPUX
+SVr4-based systems such as Solaris, IRIX64 and HP-UX
 as well as others such as AIX and Tru64
 provide support for \fIcapname\fP operands.
 .bP
@@ -555,7 +555,7 @@ .SH PORTABILITY
 confusing the \fB\-1\fP written to the standard output for an absent
 or cancelled numeric value versus an (unsigned) exit code.
 .PP
-The various Unix systems (AIX, HPUX, Solaris) use the same exit-codes
+The various Unix systems (AIX, HP-UX, Solaris) use the same exit-codes
 as ncurses.
 .PP
 NetBSD curses documents different exit codes which do not correspond
diff --git a/man/tset.1 b/man/tset.1
index b9ace9e3..2958eba1 100644
--- a/man/tset.1
+++ b/man/tset.1
@@ -316,7 +316,7 @@ .SH PORTABILITY
 (POSIX.1-2008) nor
 X/Open Curses Issue 7 documents \fB@TSET@\fP or \fB@RESET@\fP.
 .PP
-The AT&T \fBtput\fP utility (AIX, HPUX, Solaris)
+The AT&T \fBtput\fP utility (AIX, HP-UX, Solaris)
 incorporated the terminal-mode manipulation as well as termcap-based features
 such as resetting tabstops from \fBtset\fP in BSD (4.1c),
 presumably with the intention of making \fBtset\fP obsolete.
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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