diff options
author | 2021-04-01 06:37:46 +0000 | |
---|---|---|
committer | 2021-04-01 06:37:46 +0000 | |
commit | e48f106d4a5737fd74390ca94d0dec9cd73d5a3e (patch) | |
tree | 41dadec7d1e6d5093da7ce41f97416edbf163e14 | |
parent | Use new limits@openssh.com protocol extension to let the client select (diff) | |
download | wireguard-openbsd-e48f106d4a5737fd74390ca94d0dec9cd73d5a3e.tar.xz wireguard-openbsd-e48f106d4a5737fd74390ca94d0dec9cd73d5a3e.zip |
Missing commas, from Vipul Kumar.
Diffstat (limited to '')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 8a665595a6a..0e39276863b 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -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 |