aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@openbsd.org>2011-08-26 13:07:49 +0000
committerJason McIntyre <jmc@openbsd.org>2011-08-26 13:07:49 +0000
commit2888843a188c796dd230c5eb15916cd381f68d56 (patch)
treef26601e96012fd55e3705221b0a2e924f9b3fca5
parent4a5dff3f114c9d548a762fb4c5b3003d0a6f406f (diff)
downloadrtmux-2888843a188c796dd230c5eb15916cd381f68d56.tar.gz
rtmux-2888843a188c796dd230c5eb15916cd381f68d56.tar.bz2
rtmux-2888843a188c796dd230c5eb15916cd381f68d56.zip
tweak previous;
-rw-r--r--tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index abbc06bf..fa630321 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2572,10 +2572,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
@@ -2611,7 +2612,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