summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2011-01-09 18:42:20 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2011-01-09 18:42:20 +0000
commit650ff176b305794cfaff156f3574fc5db140539b (patch)
tree06d9b6882b0933753cb890bb736010ca0f950bdf /usr.bin
parentc5e2636b64aad8663e74f358b2c12b4d9faed147 (diff)
Add missing arguments to some options.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/tmux.122
1 files changed, 15 insertions, 7 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 974fa3cfaff..841beb00458 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.205 2011/01/08 00:48:54 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.206 2011/01/09 18:42:19 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 8 2011 $
+.Dd $Mdocdate: January 9 2011 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -1628,16 +1628,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).
@@ -1705,10 +1709,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