summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 15:29:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-09 15:29:59 +0000
commit33d012332f820098987f920b36d9383eabf9b7dc (patch)
tree07f2b73bfc8ad5749f1b782cbab437e21ef030a9 /tmux.1
parentd9b85594f8b52c10ba4e435e40304312abdb701f (diff)
Tweak language.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 6 insertions, 6 deletions
diff --git a/tmux.1 b/tmux.1
index 634f0ab2..b2b98b5b 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.1 2007-11-09 15:23:28 nicm Exp $
+.\" $Id: tmux.1,v 1.2 2007-11-09 15:29:59 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -35,15 +35,15 @@ is a terminal multiplexer; it enables a number of terminals (or windows) to be
accessed and controlled from a single terminal.
.Pp
.Nm
-is a server-client system. A server is created automatically when necessary
-and holds a number of
+runs as a server-client system. A server is created automatically when
+necessary and holds a number of
.Em sessions ,
each of which may have a number of
.Em windows
-connected to it.
-A server is controlled by issuing commands with the
+connected to it. Any number of clients may connect to a session, or the server
+may be controlled by issuing commands with the
.Nm
-binary which communicates using a socket in
+binary. Communication takes place through a socket, by default placed in
.Pa /tmp .
.Pp
The options are as follows: