diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-06-23 23:26:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-06-23 23:26:09 +0000 |
commit | 815f2ceecc27c119c17c688e7b2352976ba1ba22 (patch) | |
tree | 5b11ed6527c784f6c56051b74f26c701dca6d242 /usr.bin/tmux/tmux.1 | |
parent | 1a3255f2f3c16efcf38f73cc6fd89d69c831bdb9 (diff) |
Mention LC_ALL, LC_CTYPE.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 1eb862fd886..d881a1cf9ed 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.13 2009/06/23 22:13:11 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.14 2009/06/23 23:26:08 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -109,10 +109,13 @@ flag is ignored. Unlock the server. .It Fl u .Nm -attempts to guess if the terminal is likely to support UTF-8 by checking -the +attempts to guess if the terminal is likely to support UTF-8 by checking the +first of the +.Ev LC_ALL , +.Ev LC_CTYPE +and .Ev LANG -environment variable for the string "UTF-8". +environment variables to be set for the string "UTF-8". This is not always correct: the .Fl u flag explicitly informs |