diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-07 01:29:49 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-07 01:29:49 +0000 |
| commit | c9ca25843091b1076a9ccbd5e67a12120b0ba8cc (patch) | |
| tree | f326bef54cbd133c0560ad4ad2b85f83eff5f464 /usr.bin/tabs | |
| parent | fa7595824c5842d281b7792e8e2046408dbab8af (diff) | |
Notes
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 4985cf76e46e3..51aecca477e9f 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 |
