diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-07 01:29:49 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-07 01:29:49 +0000 |
commit | 8a3a920fbc415a8a4a31c61332859c590348f8e8 (patch) | |
tree | f326bef54cbd133c0560ad4ad2b85f83eff5f464 /usr.bin/tabs | |
parent | 336b5c6bdcf5c2afbd9d7618b326826f85a47109 (diff) | |
download | FreeBSD-src-8a3a920fbc415a8a4a31c61332859c590348f8e8.zip FreeBSD-src-8a3a920fbc415a8a4a31c61332859c590348f8e8.tar.gz |
Expand description of environment variables, refer to environ(7) where
appropriate.
Diffstat (limited to 'usr.bin/tabs')
-rw-r--r-- | usr.bin/tabs/tabs.1 | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/usr.bin/tabs/tabs.1 b/usr.bin/tabs/tabs.1 index 4985cf7..51aecca 100644 --- a/usr.bin/tabs/tabs.1 +++ b/usr.bin/tabs/tabs.1 @@ -106,19 +106,29 @@ Output escape sequence for the terminal type .Ar type . .El .Sh ENVIRONMENT -.Bl -tag -width indent -.It Ev TERM -Terminal type unless overridden by the +The +.Ev LANG , +.Ev LC_ALL , +.Ev LC_CTYPE +and +.Ev TERM +environment variables affect the execution of +.Nm +as described in +.Xr environ 7 . +.Pp +The .Fl T -option. -If the +option overrides the setting of the .Ev TERM -environment variable is unset and the +environment variable. +If neither +.Ev TERM +nor the .Fl T -option is not given, +option are present, .Nm will fail. -.El .Sh DIAGNOSTICS .Ex -std .Sh SEE ALSO |