Space trimmage mega-diff.

This commit is contained in:
Nicholas Marriott
2009-05-04 17:58:27 +00:00
parent 59a5728527
commit 143aa718e5
50 changed files with 181 additions and 181 deletions

10
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.94 2009-04-30 06:01:24 nicm Exp $
.\" $Id: tmux.1,v 1.95 2009-05-04 17:58:27 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@ -94,7 +94,7 @@ a full path is not necessary: the sockets are all created in the same
directory.
.It Fl S Ar socket-path
Specify a full alternative path to the server socket.
If
If
.Fl S
is specified, the default socket directory is not used and any
.Fl L
@ -391,7 +391,7 @@ When the argument does not contain a colon (:),
first attempts to parse it as window index; if that fails, an attempt is made
to match a session or client name.
.Pp
Multiple commands may be specified together as part of a
Multiple commands may be specified together as part of a
.Em command sequence .
Each command should be separated by spaces and a semicolon
.Eo ( Ql \& \&; \& Ec ) ;
@ -967,7 +967,7 @@ Whether a key repeats may be set when it is bound using the
.Fl r
flag to
.Ic bind-key .
Repeat is enabled for the default keys of the
Repeat is enabled for the default keys of the
.Ic up-pane ,
.Ic down-pane ,
.Ic resize-pane-up ,
@ -1023,7 +1023,7 @@ to the left of the status bar.
will be passed through
.Xr strftime 3
before being used.
By default, the session name is shown.
By default, the session name is shown.
.Ar string
may contain any of the following special character pairs:
.Bl -column "Character pair" "Replaced with" -offset indent