diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-02-02 22:33:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-02-02 22:33:06 +0000 |
commit | b792a6b30d468e00be88e2a767497628a8554234 (patch) | |
tree | 29bf2cc12aea3e2727d7871cb569254aa20126c0 /usr.bin/tmux/tmux.1 | |
parent | 9ba91696aad979f35872eff01abeb2c7dd2e10e1 (diff) |
Document option values, particularly that omitting on|off for a flag is
a toggle.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 3a9879c9ddf..8074a925f02 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.273 2012/02/02 00:15:28 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.274 2012/02/02 22:33:05 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1783,6 +1783,10 @@ It is not possible to unset a global option. Available window options are listed under .Ic set-window-option . .Pp +.Ar value +depends on the option and may be a number, a string, or a flag (on, off, or +omitted to toggle). +.Pp Available server options are: .Bl -tag -width Ds .It Ic buffer-limit Ar number |