diff options
author | 2017-01-10 10:08:59 +0000 | |
---|---|---|
committer | 2017-01-10 10:08:59 +0000 | |
commit | f4518d7ea7a80711ff20c86d82809d4597ef812f (patch) | |
tree | 43773b70d580f800dc22236ee2dfd02d8ef49bbb /usr.bin | |
parent | matching i386 diff from previous amd64 - ensure page walk length 4, as we (diff) | |
download | wireguard-openbsd-f4518d7ea7a80711ff20c86d82809d4597ef812f.tar.xz wireguard-openbsd-f4518d7ea7a80711ff20c86d82809d4597ef812f.zip |
Some manpage fixes: rephrase a convoluted sentence, make the names of
some keys more standard, and use Ql instead of Dq.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index beff0572db9..debfcc769b9 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.522 2017/01/10 07:55:48 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.523 2017/01/10 10:08:59 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -176,14 +176,16 @@ is specified, the default socket directory is not used and any .Fl L flag is ignored. .It Fl u +When starting, .Nm -attempts to guess if the terminal is likely to support UTF-8 by checking the -first of the +looks for the .Ev LC_ALL , .Ev LC_CTYPE and .Ev LANG -environment variables to be set for the string "UTF-8". +environment variables: if the first found contains +.Ql UTF-8 , +then the terminal is assumed to support UTF-8. This is not always correct: the .Fl u flag explicitly informs @@ -1183,11 +1185,11 @@ flag) or vertically. Panes may be resized with the .Ic resize-pane command (bound to -.Ql C-up , -.Ql C-down -.Ql C-left +.Ql C-Up , +.Ql C-Down +.Ql C-Left and -.Ql C-right +.Ql C-Right by default), the current pane may be changed with the .Ic select-pane command and the @@ -1724,12 +1726,14 @@ option to change this behaviour. The .Ev TERM environment variable must be set to -.Dq screen +.Ql screen +or +.Ql tmux for all programs running .Em inside .Nm . New windows will automatically have -.Dq TERM=screen +.Ql TERM=screen added to their environment, but care must be taken not to reset this in shell start-up files. .Pp @@ -2222,8 +2226,8 @@ Each argument is the name of the key (such as .Ql C-a or -.Ql npage -) to send; if the string is not recognised as a key, it is sent as a series of +.Ql NPage ) +to send; if the string is not recognised as a key, it is sent as a series of characters. The .Fl l |