diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-03 21:02:55 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-03 21:02:55 +0000 |
commit | 884ebb6dabe265ff67cfc75201263b3f3ef8ec99 (patch) | |
tree | 110d06c69defce0329502f51b8ed163103843635 /tmux.1 | |
parent | c274551db67a3002f12afa127c32509ae194e3e5 (diff) | |
download | rtmux-884ebb6dabe265ff67cfc75201263b3f3ef8ec99.tar.gz rtmux-884ebb6dabe265ff67cfc75201263b3f3ef8ec99.tar.bz2 rtmux-884ebb6dabe265ff67cfc75201263b3f3ef8ec99.zip |
Sync OpenBSD patchset 309:
Accept -l to make it easier for people who use tmux as a login shell to use
$SHELL. Originally from martynas@, tweaked by me.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.163 2009-09-03 20:44:38 tcunha Exp $ +.\" $Id: tmux.1,v 1.164 2009-09-03 21:02:55 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm tmux .Bk -words -.Op Fl 28dqUuv +.Op Fl 28dlqUuv .Op Fl f Ar file .Op Fl L Ar socket-name .Op Fl S Ar socket-path @@ -120,6 +120,10 @@ 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 |