diff options
author | 2020-09-22 15:45:20 +0000 | |
---|---|---|
committer | 2020-09-22 15:45:20 +0000 | |
commit | 0320bad47a9551323af0ec1dd5928b6dae3d5a9c (patch) | |
tree | b37517054aefe9e3cc10ce721887e38a02a64120 | |
parent | When doing unattended upgrade (i.e. sysupgrade(8)) on systems with (diff) | |
download | wireguard-openbsd-0320bad47a9551323af0ec1dd5928b6dae3d5a9c.tar.xz wireguard-openbsd-0320bad47a9551323af0ec1dd5928b6dae3d5a9c.zip |
Move a sentence to the right command.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 3133c566e42..ba1dbd4ffba 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.795 2020/09/16 19:12:59 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.796 2020/09/22 15:45:20 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: September 16 2020 $ +.Dd $Mdocdate: September 22 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -3167,6 +3167,9 @@ flag unsets an option, so a session inherits the option from the global options (or with .Fl g , restores a global option to the default). +.Ar value +depends on the option and may be a number, a string, or a flag (on, off, or +omitted to toggle). .Pp The .Fl o @@ -3238,9 +3241,6 @@ includes hooks (omitted by default). .Fl A includes options inherited from a parent set of options, such options are marked with an asterisk. -.Ar value -depends on the option and may be a number, a string, or a flag (on, off, or -omitted to toggle). .El .Pp Available server options are: |