aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-09-21 16:33:19 +0000
committerTiago Cunha <tcunha@gmx.com>2011-09-21 16:33:19 +0000
commit2e98603db991acb1f2b003524c72556d250ca972 (patch)
treef82a5f23542aa4b410e32f83430e87c4cbd97cbe
parent39628e8280aba6232cc71d9f61e5c1f68a683564 (diff)
downloadrtmux-2e98603db991acb1f2b003524c72556d250ca972.tar.gz
rtmux-2e98603db991acb1f2b003524c72556d250ca972.tar.bz2
rtmux-2e98603db991acb1f2b003524c72556d250ca972.zip
Sync OpenBSD patchset 954:
tweak previous;
-rw-r--r--tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 9ba3bc24..2bb0c6eb 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2576,10 +2576,11 @@ for example
is equivalent to
.Ql #S .
Conditionals are also accepted by prefixing with
-.Ql ?
+.Ql \&?
and separating two alternatives with a comma;
if the specified variable exists and is not zero, the first alternative
-is chosen, otherwise the second is used. For example
+is chosen, otherwise the second is used.
+For example
.Ql #{?session_attached,attached,not attached}
will include the string
.Ql attached
@@ -2615,7 +2616,6 @@ The following variables are available, where appropriate:
.It Li "window_name" Ta "Name of window"
.It Li "window_width" Ta "Width of window"
.El
-.Pp
.Sh ENVIRONMENT
When the server is started,
.Nm