Missing commas, from Vipul Kumar.
authornicm <nicm@openbsd.org>
Thu, 1 Apr 2021 06:37:46 +0000 (06:37 +0000)
committernicm <nicm@openbsd.org>
Thu, 1 Apr 2021 06:37:46 +0000 (06:37 +0000)
usr.bin/tmux/tmux.1

index 8a66559..0e39276 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.830 2021/03/16 09:14:58 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.831 2021/04/01 06:37:46 nicm Exp $
 .\"
 .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
 .\"
@@ -14,7 +14,7 @@
 .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
 .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: March 16 2021 $
+.Dd $Mdocdate: April 1 2021 $
 .Dt TMUX 1
 .Os
 .Sh NAME
@@ -3149,8 +3149,8 @@ The appearance and behaviour of
 may be modified by changing the value of various options.
 There are four types of option:
 .Em server options ,
-.Em session options
-.Em window options
+.Em session options ,
+.Em window options ,
 and
 .Em pane options .
 .Pp