=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.166 retrieving revision 1.167 diff -c -r1.166 -r1.167 *** src/usr.bin/tmux/tmux.1 2010/05/02 15:19:35 1.166 --- src/usr.bin/tmux/tmux.1 2010/05/05 23:24:23 1.167 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.166 2010/05/02 15:19:35 sobrado Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.167 2010/05/05 23:24:23 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: May 2 2010 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: May 5 2010 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1265,1271 **** keys, quotation marks are necessary, for example: .Bd -literal -offset indent bind-key '"' split-window ! bind-key "'" select-prompt .Ed .Pp Commands related to key bindings are as follows: --- 1265,1271 ---- keys, quotation marks are necessary, for example: .Bd -literal -offset indent bind-key '"' split-window ! bind-key "'" new-window .Ed .Pp Commands related to key bindings are as follows: *************** *** 2316,2325 **** is as for .Ic status-left , with the exception that #() are not handled. - .It Ic select-prompt Op Fl t Ar target-client - Open a prompt inside - .Ar target-client - allowing a window index to be entered interactively. .El .Sh BUFFERS .Nm --- 2316,2321 ----