Usage update from Will Maier.

This commit is contained in:
Nicholas Marriott 2008-06-06 15:23:44 +00:00
parent 15514592f9
commit 596080a699

31
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.29 2008-06-05 21:25:00 nicm Exp $ .\" $Id: tmux.1,v 1.30 2008-06-06 15:23:44 nicm Exp $
.\" .\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\" .\"
@ -24,8 +24,9 @@
.Nm tmux .Nm tmux
.Bk -words .Bk -words
.Op Fl vV .Op Fl vV
.Op Fl f Ar file
.Op Fl S Ar socket-path .Op Fl S Ar socket-path
.Op Ar command Op Ar arguments .Op Ar command Op Ar flags
.Ek .Ek
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
@ -48,14 +49,6 @@ Communication takes place through a socket, by default placed in
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width "XXXXXXXXXXXX" .Bl -tag -width "XXXXXXXXXXXX"
.It Fl S Ar socket-path
Specify an alternative path to the server socket.
The default is
.Pa /tmp/tmux-UID ,
where
.Em UID
is the uid of the user who invoked
.Nm .
.It Fl v .It Fl v
Request verbose logging. Request verbose logging.
This option may be specified multiple times for increasing verbosity. This option may be specified multiple times for increasing verbosity.
@ -66,11 +59,25 @@ and
files in the current directory, where files in the current directory, where
.Em PID .Em PID
is the pid of the server or client process. is the pid of the server or client process.
.It Ar command Op Ar arguments .It Fl V
Print program version.
.It Fl f Ar file
Specify an alternative configuration file. By default,
.Nm
will look for a config file at ~/.tmux.conf.
.It Fl S Ar socket-path
Specify an alternative path to the server socket.
The default is
.Pa /tmp/tmux-UID ,
where
.Em UID
is the uid of the user who invoked
.Nm .
.It Ar command Op Ar flags
This specifies one of a set of commands used to control This specifies one of a set of commands used to control
.Nm , .Nm ,
and described in the following sections. and described in the following sections.
If no command and arguments is specified, the If no command and flags is specified, the
.Ic new-session .Ic new-session
command is assumed. command is assumed.
.Pp .Pp