diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-05-02 15:19:36 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-05-02 15:19:36 +0000 |
commit | de0cf6e388d1d6963a1f2724c980fc11e182a0df (patch) | |
tree | 9abf93d0ea1444e373ba3064d4d873755b60bcc1 /usr.bin/tmux | |
parent | 73182a166651b5a93c049694d1cb9aa5378164e1 (diff) |
sort options.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 02dc3a247db..c399f3a7038 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.165 2010/04/25 20:28:13 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.166 2010/05/02 15:19:35 sobrado Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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: April 25 2010 $ +.Dd $Mdocdate: May 2 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -131,10 +131,6 @@ commands which are executed in sequence when the server is first started. If a command in the configuration file fails, .Nm will report an error and exit without executing further commands. -.It Fl l -Behave as a login shell. -This flag currently has no effect and is for compatibility with other shells -when using tmux as a login shell. .It Fl L Ar socket-name .Nm stores the server socket in a directory under @@ -155,6 +151,10 @@ If the socket is accidentally removed, the signal may be sent to the .Nm server process to recreate it. +.It Fl l +Behave as a login shell. +This flag currently has no effect and is for compatibility with other shells +when using tmux as a login shell. .It Fl q Set the .Ic quiet |