From 6e6e8046ba4af673570342547ebfb2d264350f5f Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Wed, 15 Feb 2012 19:30:17 +0000 Subject: [PATCH] Sync OpenBSD patchset 1026: Document option values, particularly that omitting on|off for a flag is a toggle. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.1 b/tmux.1 index 670e1406..4fe18eec 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1787,6 +1787,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