Man page fixes.

This commit is contained in:
Nicholas Marriott 2013-03-25 11:49:54 +00:00
parent c7d1849e1c
commit e97e0d7e54

29
tmux.1
View File

@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: December 4 2011 $ .Dd $Mdocdate: March 25 2013 $
.Dt TMUX 1 .Dt TMUX 1
.Os .Os
.Sh NAME .Sh NAME
@ -945,7 +945,7 @@ command and keys modified or removed with
.Ic bind-key .Ic bind-key
and and
.Ic unbind-key . .Ic unbind-key .
One command in accepts an argument, One command accepts an argument,
.Ic copy-pipe , .Ic copy-pipe ,
which copies the selection and pipes it to a command. which copies the selection and pipes it to a command.
For example the following will bind For example the following will bind
@ -1104,7 +1104,7 @@ If
is given, the output includes escape sequences for text and background is given, the output includes escape sequences for text and background
attributes. attributes.
.Fl C .Fl C
also escapes non-printable characters as octal \\xxx. also escapes non-printable characters as octal \exxx.
.Fl J .Fl J
joins wrapped lines and preserves trailing spaces at each line's end. joins wrapped lines and preserves trailing spaces at each line's end.
.Fl P .Fl P
@ -1221,7 +1221,7 @@ By default, the tree is collapsed and sessions must be expanded to windows
with the right arrow key. with the right arrow key.
The The
.Fl u .Fl u
will start with all all sessions expanded instead. option will start with all sessions expanded instead.
.Pp .Pp
If If
.Fl b .Fl b
@ -2025,8 +2025,8 @@ command.
.Nm .Nm
also supports user options which are prefixed with a also supports user options which are prefixed with a
.Ql \&@ . .Ql \&@ .
User options may have any name, so long as it is prefixed with User options may have any name, so long as they are prefixed with
.Ql \&@, .Ql \&@ ,
and be set to any string. and be set to any string.
For example For example
.Bd -literal -offset indent .Bd -literal -offset indent
@ -3535,14 +3535,14 @@ if
returns success or the second returns success or the second
.Ar command .Ar command
otherwise. otherwise.
With
.Fl b ,
.Ar shell-command
is run in the background.
Before being executed, shell-command is expanded using the rules specified in the Before being executed, shell-command is expanded using the rules specified in the
.Sx FORMATS .Sx FORMATS
section, including those relevant to section, including those relevant to
.Ar target-pane . .Ar target-pane .
With
.Fl b ,
.Ar shell-command
is run in the background.
.It Ic lock-server .It Ic lock-server
.D1 (alias: Ic lock ) .D1 (alias: Ic lock )
Lock each client individually by running the command specified by the Lock each client individually by running the command specified by the
@ -3556,14 +3556,14 @@ option.
.D1 (alias: Ic run ) .D1 (alias: Ic run )
Execute Execute
.Ar shell-command .Ar shell-command
without creating a window. in the background without creating a window.
With
.Fl b ,
the command is run in the background.
Before being executed, shell-command is expanded using the rules specified in Before being executed, shell-command is expanded using the rules specified in
the the
.Sx FORMATS .Sx FORMATS
section. section.
With
.Fl b ,
the command is run in the background.
After it finishes, any output to stdout is displayed in copy mode (in the pane After it finishes, any output to stdout is displayed in copy mode (in the pane
specified by specified by
.Fl t .Fl t
@ -3666,7 +3666,6 @@ outputs notifications.
A notification will never occur inside an output block. A notification will never occur inside an output block.
.Pp .Pp
The following notifications are defined: The following notifications are defined:
.Pp
.Bl -tag -width Ds .Bl -tag -width Ds
.It Ic %exit Op Ar reason .It Ic %exit Op Ar reason
The The