[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 28/52] Say "/environment/ variable", not "environmental".
From: |
G. Branden Robinson |
Subject: |
[PATCH 28/52] Say "/environment/ variable", not "environmental". |
Date: |
Fri, 22 Dec 2023 17:06:00 -0600 |
* man/tput.1:
* man/tset.1: Do it.
---
man/tput.1 | 8 ++++----
man/tset.1 | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/man/tput.1 b/man/tput.1
index 82af0fa10..d0e8d19c1 100644
--- a/man/tput.1
+++ b/man/tput.1
@@ -576,14 +576,14 @@ .SH EXAMPLES
.TP 5
\fB@TPUT@ init\fP
Initialize the terminal according to the type of
-terminal in the environmental variable \fITERM\fP.
+terminal in the environment variable \fITERM\fP.
This command should be included in everyone's .profile after
-the environmental variable \fITERM\fP has been exported,
+the environment variable \fITERM\fP has been exported,
as illustrated on the \fBprofile\fP(5) manual page.
.TP 5
\fB@TPUT@ \-T5620 reset\fP
Reset an AT&T 5620 terminal, overriding the type of
-terminal in the environmental variable \fITERM\fP.
+terminal in the environment variable \fITERM\fP.
.TP 5
\fB@TPUT@ cup 0 0\fP
Send the sequence to move the cursor to row \fB0\fP, column \fB0\fP
@@ -617,7 +617,7 @@ .SH EXAMPLES
.TP 5
\fB@TPUT@ longname\fP
Print the long name from the \fI\%term\%info\fP database for the
-type of terminal specified in the environmental
+type of terminal specified in the environment
variable \fITERM\fP.
.TP 5
\fB@TPUT@ \-S\fP
diff --git a/man/tset.1 b/man/tset.1
index ae4128a1e..fb9797f32 100644
--- a/man/tset.1
+++ b/man/tset.1
@@ -81,7 +81,7 @@ .SS "\fItset\fP \(em initialization"
.PP
1. The \fBterminal\fP argument specified on the command line.
.PP
-2. The value of the \fITERM\fP environmental variable.
+2. The value of the \fITERM\fP environment variable.
.PP
3. (BSD systems only.) The terminal type associated with the standard
error output device in the \fI/etc/ttys\fP file.
@@ -164,7 +164,7 @@ .SS "Setting the Environment"
.PP
When the \fB\-s\fP option is specified, the commands to enter the information
into the shell's environment are written to the standard output.
-If the \fISHELL\fP environmental variable ends in \*(``csh\*('',
+If the \fISHELL\fP environment variable ends in \*(``csh\*('',
the commands
are for \fIcsh\fP(1),
otherwise,
@@ -179,7 +179,7 @@ .SS "Setting the Environment"
.SS "Terminal Type Mapping"
When the terminal is not hardwired into the system (or the current
system information is incorrect) the terminal type derived from the
-\fI/etc/ttys\fP file or the \fITERM\fP environmental variable is often
+\fI/etc/ttys\fP file or the \fITERM\fP environment variable is often
something generic like \fBnetwork\fP, \fBdialup\fP, or \fBunknown\fP.
When \fB@TSET@\fP is used in a startup script it is often desirable to
provide information about the type of terminal used on such ports.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 28/52] Say "/environment/ variable", not "environmental".,
G. Branden Robinson <=