From 143aa718e5958b9c7b539657d02c476a43270dad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 4 May 2009 17:58:27 +0000 Subject: Space trimmage mega-diff. --- tmux.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0fe22cd4..aeedd612 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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 -- cgit