diff options
author | 2011-01-09 18:46:46 +0000 | |
---|---|---|
committer | 2011-01-09 18:46:46 +0000 | |
commit | 6c0b0a9535e5ceda9722caed0b50abbfd62c0b6b (patch) | |
tree | 1d8527b0ba0741488f7749fc5b83cdea2784d53f | |
parent | Add missing arguments to some options. (diff) | |
download | wireguard-openbsd-6c0b0a9535e5ceda9722caed0b50abbfd62c0b6b.tar.xz wireguard-openbsd-6c0b0a9535e5ceda9722caed0b50abbfd62c0b6b.zip |
Remove a bit of text that makes exit-unattached description unclear.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 841beb00458..fa30e5f5572 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.206 2011/01/09 18:42:19 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.207 2011/01/09 18:46:46 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1637,8 +1637,7 @@ The default is 500 milliseconds. .It Xo Ic exit-unattached .Op Ic on | off .Xc -If enabled, the server will exit when there are no attached clients, rather -than when there are no attached sessions. +If enabled, the server will exit when there are no attached clients. .It Xo Ic quiet .Op Ic on | off .Xc |