[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/7] man/tput.1: Fix content and style nits.
From: |
G. Branden Robinson |
Subject: |
[PATCH 1/7] man/tput.1: Fix content and style nits. |
Date: |
Sat, 20 Jan 2024 08:52:07 -0600 |
Content:
* Use the term "code" rather than "name" to refer to capability codes.
Style:
* Drop extraneous word.
---
man/tput.1 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/man/tput.1 b/man/tput.1
index 0cf0b129f..5d531ce51 100644
--- a/man/tput.1
+++ b/man/tput.1
@@ -410,7 +410,7 @@ .SH EXIT STATUS
4 some operands not interpreted
.TE
.SH ENVIRONMENT
-\fB@TPUT@\fP command reads one environment variable.
+\fB@TPUT@\fP reads one environment variable.
.TP 8n \" "TERM" + 2n + adjustment for PDF
.I TERM
denotes the terminal type.
@@ -637,9 +637,9 @@ .SH PORTABILITY
.bP
A few platforms such as FreeBSD recognize
.I termcap
-names rather than
+codes rather than
.I \%term\%info
-capability names in their respective
+capability codes in their respective
.B tput
commands.
Since 2010,
@@ -647,13 +647,13 @@ .SH PORTABILITY
.B tput
uses
.I \%term\%info
-names.
+codes.
Before that,
it
(like FreeBSD)
recognized
.I termcap
-names.
+codes.
.IP
Beginning in 2021,
FreeBSD uses
@@ -800,7 +800,7 @@ .SH HISTORY
available,
it accepted
.I termcap
-names for other capabilities.
+codes for other capabilities.
Also,
Bostic's BSD
.B tput
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 1/7] man/tput.1: Fix content and style nits.,
G. Branden Robinson <=