aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 7b4b65ab..fc136de6 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3899,7 +3899,7 @@ and
A style may be the single term
.Ql default
to specify the default style (which may inherit from another option) or a space
-separated list of the following:
+or comma separated list of the following:
.Bl -tag -width Ds
.It Ic fg=colour
Set the foreground colour.
@@ -4000,7 +4000,7 @@ is a window index.
.Pp
Examples are:
.Bd -literal -offset indent
-fg=yellow,bold,underscore,blink
+fg=yellow bold underscore blink
bg=black,fg=default,noreverse
.Ed
.Sh NAMES AND TITLES