diff options
author | 2012-02-02 22:33:05 +0000 | |
---|---|---|
committer | 2012-02-02 22:33:05 +0000 | |
commit | 4a81a0fce41dc1846bdb9dc929cd9406eca70fe2 (patch) | |
tree | 16e1d8c3d012e093c1a85e3e3cb6e74021f25db2 | |
parent | disable the polling timeout when we suspend; discovered by some code (diff) | |
download | wireguard-openbsd-4a81a0fce41dc1846bdb9dc929cd9406eca70fe2.tar.xz wireguard-openbsd-4a81a0fce41dc1846bdb9dc929cd9406eca70fe2.zip |
Document option values, particularly that omitting on|off for a flag is
a toggle.
-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 |