=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- src/usr.bin/tmux/tmux.1 2009/08/18 07:23:43 1.71 +++ src/usr.bin/tmux/tmux.1 2009/08/18 16:21:04 1.72 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.71 2009/08/18 07:23:43 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.72 2009/08/18 16:21:04 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -528,7 +528,7 @@ .Bl -tag -width Ds .It Xo Ic copy-mode .Op Fl u -.Op Fl t Ar target-window +.Op Fl t Ar target-pane .Xc Enter copy mode. The @@ -536,7 +536,7 @@ option scrolls one page up. .It Xo Ic scroll-mode .Op Fl u -.Op Fl t Ar target-window +.Op Fl t Ar target-pane .Xc Enter scroll mode. The @@ -970,7 +970,7 @@ or .Em emacs-copy . .It Xo Ic send-keys -.Op Fl t Ar target-window +.Op Fl t Ar target-pane .Ar key Ar ... .Xc .D1 (alias: Ic send ) @@ -984,7 +984,7 @@ ) to send; if the string is not recognised as a key, it is sent as a series of characters. All arguments are sent sequentially from first to last. -.It Ic send-prefix Op Fl t Ar target-window +.It Ic send-prefix Op Fl t Ar target-pane Send the prefix key to a window as if it was pressed. .It Xo Ic unbind-key .Op Fl cn @@ -1799,7 +1799,7 @@ .Pp Miscellaneous commands are as follows: .Bl -tag -width Ds -.It Ic clock-mode Op Fl t Ar target-window +.It Ic clock-mode Op Fl t Ar target-pane Display a large clock. .It Ic if-shell Ar shell-command command .D1 (alias: Ic if )