diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-09-22 18:01:18 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-09-22 18:01:18 +0100 |
commit | dc0c3aa39149db38d535f9d7031e8619f704e751 (patch) | |
tree | fc69f1731cb9b0ee5e4e07447e844f521c69bc1c | |
parent | 859a4c346073a0b504247078406f85efce89f7a0 (diff) | |
parent | d6680b94742896c3c3afc31fc9e53c741ef6677b (diff) | |
download | rtmux-dc0c3aa39149db38d535f9d7031e8619f704e751.tar.gz rtmux-dc0c3aa39149db38d535f9d7031e8619f704e751.tar.bz2 rtmux-dc0c3aa39149db38d535f9d7031e8619f704e751.zip |
Merge branch 'obsd-master'
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |