aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-01-21 23:45:04 +0000
committerTiago Cunha <tcunha@gmx.com>2011-01-21 23:45:04 +0000
commitbe7cec5640dde919e9fb8409be7b94116d272392 (patch)
tree72a9c2875bb15ab01e783246f43cce5e74110f36
parent492e3aa4373f0f20a8685cfb3591a9730bb0454a (diff)
downloadrtmux-be7cec5640dde919e9fb8409be7b94116d272392.tar.gz
rtmux-be7cec5640dde919e9fb8409be7b94116d272392.tar.bz2
rtmux-be7cec5640dde919e9fb8409be7b94116d272392.zip
Sync OpenBSD patchset 835:
Add missing arguments to some options.
-rw-r--r--tmux.120
1 files changed, 14 insertions, 6 deletions
diff --git a/tmux.1 b/tmux.1
index db90912e..1429a5d8 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.290 2011-01-21 23:42:14 tcunha Exp $
+.\" $Id: tmux.1,v 1.291 2011-01-21 23:45:04 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -1632,16 +1632,20 @@ Available server options are:
Set the number of buffers; as new buffers are added to the top of the stack,
old ones are removed from the bottom if necessary to maintain this maximum
length.
-.It Ic escape-time
+.It Ic escape-time Ar time
Set the time in milliseconds for which
.Nm
waits after an escape is input to determine if it is part of a function or meta
key sequences.
The default is 500 milliseconds.
-.It Ic exit-unattached
+.It Xo Ic exit-unattached
+.Op Ic on | off
+.Xc
If enabled, the server will exit when there are no attached clients, rather
than when there are no attached sessions.
-.It Ic quiet
+.It Xo Ic quiet
+.Op Ic on | off
+.Xc
Enable or disable the display of various informational messages (see also the
.Fl q
command line flag).
@@ -1709,10 +1713,14 @@ to work correctly, this
be set to
.Ql screen
or a derivative of it.
-.It Ic destroy-unattached
+.It Xo Ic destroy-unattached
+.Op Ic on | off
+.Xc
If enabled and the session is no longer attached to any clients, it is
destroyed.
-.It Ic detach-on-destroy
+.It Xo Ic detach-on-destroy
+.Op Ic on | off
+.Xc
If on (the default), the client is detached when the session it is attached to
is destroyed.
If off, the client is switched to the most recently active of the remaining