mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 09:14:22 +01:00
Sync OpenBSD patchset 692:
sort options.
This commit is contained in:
parent
50cad52ae6
commit
3cded44623
12
tmux.1
12
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.247 2010-05-14 14:16:37 tcunha Exp $
|
.\" $Id: tmux.1,v 1.248 2010-05-14 14:19:41 tcunha Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -14,7 +14,7 @@
|
|||||||
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||||
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" 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
|
.Dt TMUX 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.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,
|
If a command in the configuration file fails,
|
||||||
.Nm
|
.Nm
|
||||||
will report an error and exit without executing further commands.
|
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
|
.It Fl L Ar socket-name
|
||||||
.Nm
|
.Nm
|
||||||
stores the server socket in a directory under
|
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
|
signal may be sent to the
|
||||||
.Nm
|
.Nm
|
||||||
server process to recreate it.
|
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
|
.It Fl q
|
||||||
Set the
|
Set the
|
||||||
.Ic quiet
|
.Ic quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user