diff options
author | Igor Sobrado <sobrado@openbsd.org> | 2009-06-02 16:46:00 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@openbsd.org> | 2009-06-02 16:46:00 +0000 |
commit | a35630838ff564350ed0c8066ec206c5e2dbd6e8 (patch) | |
tree | c4c29c9c4930a33c3fa3bb8160d85efba0847555 | |
parent | dc373abba88155afb47e31c6f7785a8cedffba42 (diff) | |
download | rtmux-a35630838ff564350ed0c8066ec206c5e2dbd6e8.tar.gz rtmux-a35630838ff564350ed0c8066ec206c5e2dbd6e8.tar.bz2 rtmux-a35630838ff564350ed0c8066ec206c5e2dbd6e8.zip |
sort options alphabetically.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,9 +75,6 @@ will look for a config file at The configuration file is a set of .Nm commands which are executed in sequence when the server is first started. -.It Fl q -Prevent the server sending various information messages, for example when -window flags are altered. .It Fl L Ar socket-name .Nm stores the server socket in a directory under @@ -98,6 +95,9 @@ If the socket is accidentally removed, the signal may be sent to the .Nm server process to recreate it. +.It Fl q +Prevent the server sending various information messages, for example when +window flags are altered. .It Fl S Ar socket-path Specify a full alternative path to the server socket. If |