diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-04-18 14:11:22 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-04-18 14:11:22 +0100 |
commit | f980e868ddcafaa30cfa61c31b581edc592fa6d3 (patch) | |
tree | e1631e552ef6186a01f976249fac0c0bacab4872 /tmux.1 | |
parent | 3c1f0cfc34d7dd87336e4a9a2c66435c02ecb847 (diff) | |
parent | 5b9211d827dec53c8a90f35846ff52d663d4c0d1 (diff) | |
download | rtmux-f980e868ddcafaa30cfa61c31b581edc592fa6d3.tar.gz rtmux-f980e868ddcafaa30cfa61c31b581edc592fa6d3.tar.bz2 rtmux-f980e868ddcafaa30cfa61c31b581edc592fa6d3.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -2531,9 +2531,17 @@ command), a server option with .Fl s , otherwise a session option. +If the option is not a user option, +.Fl w +and +.Fl s +are unnecessary - +.Nm +will infer the type from the option name. If .Fl g is given, the global session or window option is set. +.Pp .Fl F expands formats in the option value. The @@ -3462,6 +3470,15 @@ the server options with .Fl s , otherwise the session options for .Ar target session . +If +.Ar option +is given and is not a user option, +.Fl w +and +.Fl s +are unnecessary - +.Nm +will infer the type from the option name. Global session or window options are listed if .Fl g is used. |