[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 42/43] Use U.S. spelling of "canceled".
From: |
G. Branden Robinson |
Subject: |
[PATCH 42/43] Use U.S. spelling of "canceled". |
Date: |
Mon, 9 Sep 2024 09:19:33 -0500 |
...for consistency. (I tend to type it with two "l"s myself.)
---
man/infocmp.1m | 8 +++++---
man/terminfo.tail | 2 +-
man/tic.1m | 2 +-
man/tput.1 | 2 +-
4 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/man/infocmp.1m b/man/infocmp.1m
index 115840630..57e353539 100644
--- a/man/infocmp.1m
+++ b/man/infocmp.1m
@@ -126,7 +126,7 @@ .SS "Comparison Options [\-d] [\-c] [\-n]"
\fBNULL\fP for missing integer or string variables
.PP
Use the \fB\-q\fP option to show the distinction between
-\fIabsent\fP and \fIcancelled\fP capabilities.
+\fIabsent\fP and \fIcanceled\fP capabilities.
.PP
These options produce a list which you can use to compare two
or more terminal descriptions:
@@ -493,7 +493,8 @@ .SS "Other Options"
\*(``\-\*('' for absent capabilities, \*(``@\*(''
for canceled rather than \*(``NULL\*(''.
.bP
-However, show differences between absent and cancelled capabilities.
+However,
+show differences between absent and canceled capabilities.
.bP
Omit the \*(``Reconstructed from\*('' comment for source listings.
.RE
@@ -622,7 +623,8 @@ .SH EXTENSIONS
\fB\-t\fP
options are not supported in SVr4 curses.
.PP
-SVr4 infocmp does not distinguish between absent and cancelled capabilities.
+SVr4
+infocmp does not distinguish between absent and canceled capabilities.
Also, it shows missing integer capabilities as \fB\-1\fP
(the internal value used to represent missing integers).
This implementation shows those as \*(``NULL\*('',
diff --git a/man/terminfo.tail b/man/terminfo.tail
index 7f4001177..9f00df620 100644
--- a/man/terminfo.tail
+++ b/man/terminfo.tail
@@ -2059,7 +2059,7 @@ Portable applications must assume that numeric
capabilities are
signed 16-bit values.
This includes the \fIno_color_video\fP (\fBncv\fP) capability.
The 32768 mask value used for italics with \fBncv\fP can be confused with
-an absent or cancelled \fBncv\fP.
+an absent or canceled \fBncv\fP.
If italics should work with colors,
then the \fBncv\fP value must be specified, even if it is zero.
.PP
diff --git a/man/tic.1m b/man/tic.1m
index b73b3c618..6a16194fb 100644
--- a/man/tic.1m
+++ b/man/tic.1m
@@ -547,7 +547,7 @@ .SH HISTORY
It accepted a single option: \fB\-v\fP (optionally followed by a number).
According to Ross Ridge's comment in \fImytinfo\fP,
this version of \fBtic\fP was
-unable to represent cancelled capabilities.
+unable to represent canceled capabilities.
.PP
System V Release 3 provided a different \fBtic\fP utility,
written by Pavel Curtis,
diff --git a/man/tput.1 b/man/tput.1
index 60aeb72db..1a6d06df4 100644
--- a/man/tput.1
+++ b/man/tput.1
@@ -730,7 +730,7 @@ .SH PORTABILITY
database.
That likely is a documentation error,
mistaking the \*(``\-1\*('' written to the standard output to indicate
-an absent or cancelled numeric capability for an (unsigned) exit status.
+an absent or canceled numeric capability for an (unsigned) exit status.
.PP
The various System\ V implementations
(AIX,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 42/43] Use U.S. spelling of "canceled".,
G. Branden Robinson <=