diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-09-22 15:45:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2020-09-22 15:45:21 +0000 |
commit | e1d5a8d770534d816661fd2ecf4e13db7370811d (patch) | |
tree | 81d8c5ee45305a3b72b2bb92a523d241666dbeb8 /usr.bin/tmux | |
parent | 7a66cdd612b672f8a9a57ef51ce91cd4cc6a6841 (diff) |
Move a sentence to the right command.
Diffstat (limited to 'usr.bin/tmux')
-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: |