Trim spaces.

This commit is contained in:
Nicholas Marriott
2009-01-10 01:51:22 +00:00
parent 430d219436
commit a1b43faa43
26 changed files with 97 additions and 97 deletions

8
tmux.1
View File

@@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.55 2009-01-07 23:09:51 nicm Exp $
.\" $Id: tmux.1,v 1.56 2009-01-10 01:51:22 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -706,7 +706,7 @@ to the left of the status bar.
will be passed through
.Xr strftime 3
before being used.
By default, nothing is displayed.
By default, nothing is displayed.
.Ar string
may contain any of the following special character pairs:
.Bl -column "Character pair" "Replaced with" -offset indent
@@ -732,7 +732,7 @@ As with
.Ic status-left ,
.Ar string
will be passed to
.Xr strftime 3
.Xr strftime 3
and character pairs are replaced.
.It Ic status-right-length Ar length
Set the maximum
@@ -831,7 +831,7 @@ Execute commands from
.Ar path .
.It Xo Ic start-server
.Xc
.D1 (alias: Ic start )
.D1 (alias: Ic start )
Start the
.Nm
server, if not already running, without creating any sessions.