diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-09 18:02:36 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-09 18:02:36 +0000 |
commit | 3dadb349eb729047151f25733a3a262c18a7d930 (patch) | |
tree | 0d6bdf8b569f48faa0b9b3db90f2c62edc9eb7ec | |
parent | e43ce157369fa0afac3082000dad72538f170422 (diff) | |
download | rtmux-3dadb349eb729047151f25733a3a262c18a7d930.tar.gz rtmux-3dadb349eb729047151f25733a3a262c18a7d930.tar.bz2 rtmux-3dadb349eb729047151f25733a3a262c18a7d930.zip |
Sync OpenBSD patchset 237:
zap trailing whitespace;
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.147 2009-08-09 18:02:02 tcunha Exp $ +.\" $Id: tmux.1,v 1.148 2009-08-09 18:02:36 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -69,7 +69,7 @@ Once all sessions are killed, exits. .Pp Each session is persistent and will survive accidental disconnection -(such as +(such as .Xr ssh 1 connection timeout) or intentional detachment (with the .Ql C-b d @@ -228,7 +228,6 @@ Key bindings may be changed with the and .Ic unbind-key commands. -.Pp .Sh COMMANDS This section contains a list of the commands supported by .Nm . @@ -1236,7 +1235,7 @@ is not interpreted, to enable UTF-8, use the .Ic status-utf8 option. .It Ic status-left-attr Ar attributes -Set the attribute of the left part of the status line. +Set the attribute of the left part of the status line. .It Ic status-left-fg Ar colour Set the foreground colour of the left part of the status line. .It Ic status-left-bg Ar colour @@ -1260,7 +1259,7 @@ character pairs are replaced, and UTF-8 is dependent on the .Ic status-utf8 option. .It Ic status-right-attr Ar attributes -Set the attribute of the right part of the status line. +Set the attribute of the right part of the status line. .It Ic status-right-fg Ar colour Set the foreground colour of the right part of the status line. .It Ic status-right-bg Ar colour |