aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-04-27 14:40:45 +0000
committerTiago Cunha <tcunha@gmx.com>2009-04-27 14:40:45 +0000
commite397e3a5f8b8bf45e0e240cad4aea91bd0afd8ab (patch)
treebdffc572099a3a699fa8e23e21e080d96b046f74
parentc80ad456ccd88501938e281b80c0ec0c99ce0920 (diff)
downloadrtmux-e397e3a5f8b8bf45e0e240cad4aea91bd0afd8ab.tar.gz
rtmux-e397e3a5f8b8bf45e0e240cad4aea91bd0afd8ab.tar.bz2
rtmux-e397e3a5f8b8bf45e0e240cad4aea91bd0afd8ab.zip
- Add alias to the break-pane command.
- s/Asks/Ask/ in the confirm-before command for consistency's sake.
-rw-r--r--tmux.15
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 7ee029d7..3cbf0f08 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.90 2009-04-27 13:21:16 tcunha Exp $
+.\" $Id: tmux.1,v 1.91 2009-04-27 14:40:45 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -458,6 +458,7 @@ option.
.Op Fl p Ar pane-index
.Op Fl t Ar target-window
.Xc
+.D1 (alias: Ic breakp)
Break the current pane off from its containing window to make it the only pane
in a new window.
If
@@ -497,7 +498,7 @@ replaced by what is entered at the prompt.
.Ar command
.Xc
.D1 (alias: Ic confirm)
-Asks for confirmation before executing
+Ask for confirmation before executing
.Ar command .
This command works only from inside
.Nm .