diff options
author | naddy <naddy> | 2022-03-31 17:27:27 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:52 +0100 |
commit | fc6580574e88d27e481b9fa70eadc443f59ef1b5 (patch) | |
tree | f8abd61a4bb30420ac3dc8a4cac5bdbb8f493116 | |
parent | 2df7bc14fa43def1e4bb334f25bdb2191a4af799 (diff) | |
download | rtmux-fc6580574e88d27e481b9fa70eadc443f59ef1b5.tar.gz rtmux-fc6580574e88d27e481b9fa70eadc443f59ef1b5.tar.bz2 rtmux-fc6580574e88d27e481b9fa70eadc443f59ef1b5.zip |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -43,7 +43,7 @@ then later reattached. .Pp When .Nm -is started it creates a new +is started, it creates a new .Em session with a single .Em window @@ -5918,7 +5918,7 @@ does not surround the popup by a border. sets the type of border line for the popup. When .Fl B -is specified the +is specified, the .Fl b option is ignored. See @@ -6639,7 +6639,7 @@ are replaced with underscores For input, .Nm always runs with a UTF-8 locale. -If en_US.UTF-8 is provided by the operating system it is used and +If en_US.UTF-8 is provided by the operating system, it is used and .Ev LC_CTYPE is ignored for input. Otherwise, |