summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2019-03-22 10:45:17 +0000
committernicm <nicm@openbsd.org>2019-03-22 10:45:17 +0000
commit12402f135c45483bf7a6156ddbba58704ce6ee29 (patch)
tree3c52f92a3bad506b87a6ca61b482db69829442ec
parentNo need to log that the DHCP lease file doesn't exist. (diff)
downloadwireguard-openbsd-12402f135c45483bf7a6156ddbba58704ce6ee29.tar.xz
wireguard-openbsd-12402f135c45483bf7a6156ddbba58704ce6ee29.zip
Clarify that styles can be space or comma separated, from Stephen Zapatka.
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 498a056a0fa..010b08295c9 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.629 2019/03/22 09:33:04 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.630 2019/03/22 10:45:17 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -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