diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-10-24 00:29:57 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-10-24 00:29:57 +0000 |
commit | b73ac822fb6ba9d3d555dea1e7ae4a22a01e800a (patch) | |
tree | 5276e39774cc2892e72b4a057cd1d147cb2e2878 | |
parent | 0ad532d9c2d47ac4948e9f1aabbfcf46820fbe4b (diff) | |
download | rtmux-b73ac822fb6ba9d3d555dea1e7ae4a22a01e800a.tar.gz rtmux-b73ac822fb6ba9d3d555dea1e7ae4a22a01e800a.tar.bz2 rtmux-b73ac822fb6ba9d3d555dea1e7ae4a22a01e800a.zip |
Sync OpenBSD patchset 771:
Put "or" on new line from command with .Ic.
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.267 2010-10-09 14:29:32 tcunha Exp $ +.\" $Id: tmux.1,v 1.268 2010-10-24 00:29:57 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 26 2010 $ +.Dd $Mdocdate: October 14 2010 $ .Dt TMUX 1 .Os .Sh NAME @@ -2082,7 +2082,8 @@ will attempt - on supported platforms - to rename the window to reflect the command currently running in it. This flag is automatically disabled for an individual window when a name is specified at creation with -.Ic new-window or +.Ic new-window +or .Ic new-session , or later with .Ic rename-window . |