diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-08 19:48:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-08 19:48:46 +0000 |
commit | b0e962d30e5bba97944ba579a7a5d006efa61694 (patch) | |
tree | 1567f55a25a1102c1a2ae9ea7dc939cc7eff53b8 /usr.bin/tn3270 | |
parent | e962532b26346842b9fb60a465dbb2f8b9bbb10a (diff) |
s/environmental/environment/
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r-- | usr.bin/tn3270/mset/mset.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tn3270/mset/mset.1 b/usr.bin/tn3270/mset/mset.1 index 4d725762d21..aac00dc61a8 100644 --- a/usr.bin/tn3270/mset/mset.1 +++ b/usr.bin/tn3270/mset/mset.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mset.1 4.6 (Berkeley) 7/27/91 -.\" $Id: mset.1,v 1.1 1995/10/18 08:46:22 deraadt Exp $ +.\" $Id: mset.1,v 1.2 1995/12/08 19:48:21 deraadt Exp $ .\" .Dd July 27, 1991 .Dt MSET 1 @@ -138,7 +138,7 @@ to issue warning messages about these unknown entries. .It Fl shell If the .Pa map3270 -entry is longer than the shell's 1024 environmental variable +entry is longer than the shell's 1024 environment variable length limit, the default .Nm mset output cannot be used to store the mapping information in the process @@ -151,10 +151,10 @@ The .Fl shell argument causes .Nm mset -to generate shell commands to set the environmental variables +to generate shell commands to set the environment variables .Ev MAP3270 , .Ev MAP3270A , -and so on, breaking up the entry to fit within the shell environmental +and so on, breaking up the entry to fit within the shell environment variable length limit. To set these variables, place the following command in your .Pa .login @@ -173,7 +173,7 @@ instead of determining the keyboard name from the .Ev KEYBD or .Ev TERM -environmental variables. +environment variables. .Sh FILES .Bl -tag -width /usr/share/misc/map3270 -compact .It Pa /usr/share/misc/map3270 |