bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH v2 17/18] Spell "System V" as two words.


From: G. Branden Robinson
Subject: [PATCH v2 17/18] Spell "System V" as two words.
Date: Sat, 23 Sep 2023 07:00:02 -0500

...but (where necessary), with an unbreakable space.  (The `\~` escape
sequence would be preferable to `\ `, but the former is not portable to
System V troff [wherever it may still be deployed].)
---
 man/curs_terminfo.3x | 2 +-
 man/panel.3x         | 2 +-
 man/scr_dump.5       | 8 ++++----
 misc/magic           | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index 0e1c4bf1..166c3828 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -366,7 +366,7 @@ .SS Output Functions
 .PP
 While \fBputp\fP and \fB\%mvcur\fP are low-level functions which
 do not use the high-level \fIcurses\fP state,
-they are declared in \fB\%<curses.h>\fP because SystemV did this
+they are declared in \fB\%<curses.h>\fP because System\ V did this
 (see \fIHISTORY\fP).
 .\" ***************************************************************************
 .SS Terminal Capability Functions
diff --git a/man/panel.3x b/man/panel.3x
index 56ea1cd2..cfae41e6 100644
--- a/man/panel.3x
+++ b/man/panel.3x
@@ -245,7 +245,7 @@ .SH PORTABILITY
 was a public domain implementation by Warren Tucker
 published in \fIu386mon\fP 2.20 (1990).
 .IP
-According to Tucker, the SystemV panel library
+According to Tucker, the System\ V panel library
 was first released in SVr3.2 (1988),
 and his implementation helped with a port to SVr3.1 (1987).
 .IP
diff --git a/man/scr_dump.5 b/man/scr_dump.5
index 5eaa7f79..43781f72 100644
--- a/man/scr_dump.5
+++ b/man/scr_dump.5
@@ -129,7 +129,7 @@ .SS ncurses5 (legacy)
 it would keep track of offsets into the array of line-data
 and adjust the \fBWINDOW\fP structure which was read back into memory.
 .PP
-This is similar to Unix SystemV,
+This is similar to Unix System\ V,
 but does not write a \*(``magic number\*('' to identify the file format.
 .SH PORTABILITY
 There is no standard format for \fBputwin\fP.
@@ -171,8 +171,8 @@ .SS X/Open Curses
 In the foregoing, emphasis was added to \fBunspecified format\fP
 and to \fBXPG4 or to earlier XPG releases\fP,
 for clarity.
-.SS Unix SystemV
-Unix SystemV curses identified the file format by writing a
+.SS Unix System V
+Unix System\ V curses identified the file format by writing a
 \*(``magic number\*('' at the beginning of the dump.
 The \fBWINDOW\fP data and the lines of text follow, all in binary form.
 .PP
@@ -242,7 +242,7 @@ .SS Solaris
 than writing the whole window from top to bottom.
 .SS PDCurses
 PDCurses added support for screen dumps in version 2.7 (2005).
-Like Unix SystemV and ncurses5,
+Like Unix System\ V and ncurses5,
 it writes the \fBWINDOW\fP structure in binary,
 but begins the file with its three-byte identifier \*(``PDC\*('',
 followed by a one-byte version,
diff --git a/misc/magic b/misc/magic
index 0fab0049..fcd55dac 100644
--- a/misc/magic
+++ b/misc/magic
@@ -60,7 +60,7 @@
 !:mime application/x-terminfo2
 #
 # While the compiled terminfo uses little-endian format irregardless of
-# platform, SystemV screen dumps do not.  They came later, and that detail was
+# platform, System V screen dumps do not.  They came later, and that detail was
 # overlooked.
 #
 # AIX and HPUX use the SVr4 big-endian format
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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