Initial man page.

This commit is contained in:
Nicholas Marriott
2007-11-09 15:23:28 +00:00
parent 0b832ea466
commit d9b85594f8
5 changed files with 100 additions and 5 deletions

5
NOTES
View File

@ -14,9 +14,10 @@ There is one default server process per user which puts its socket in
invocations will connect to the same server. The server holds multiple
sessions.
Syntax is: tmux [-v] [-S path] [-s session] command [flags]
Syntax is: tmux [-vV] [-S path] [-s session] command [flags]
-v Create logfiles, verbosity increases with more -v
-V Show tmux version
-S Set different server socket path
-s Specify session name for command, if appropriate.
@ -132,4 +133,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't
know, so please mention tmux initially (rather than just saying "hi" ;-).
-- Nicholas Marriott <nicm@users.sf.net>
$Id: NOTES,v 1.21 2007-10-19 20:43:55 nicm Exp $
$Id: NOTES,v 1.22 2007-11-09 15:23:28 nicm Exp $