=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.741 retrieving revision 1.742 diff -c -r1.741 -r1.742 *** src/usr.bin/tmux/tmux.1 2020/04/16 13:35:24 1.741 --- src/usr.bin/tmux/tmux.1 2020/04/17 08:03:22 1.742 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.741 2020/04/16 13:35:24 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.742 2020/04/17 08:03:22 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: April 16 2020 $ .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: April 17 2020 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1483,1491 **** .It Li "clear-selection" Ta "Escape" Ta "C-g" .It Li "copy-end-of-line []" Ta "D" Ta "C-k" .It Li "copy-line []" Ta "" Ta "" ! .It Li "copy-pipe []" Ta "" Ta "" ! .It Li "copy-pipe-no-clear []" Ta "" Ta "" ! .It Li "copy-pipe-and-cancel []" Ta "" Ta "" .It Li "copy-selection []" Ta "" Ta "" .It Li "copy-selection-no-clear []" Ta "" Ta "" .It Li "copy-selection-and-cancel []" Ta "Enter" Ta "M-w" --- 1483,1491 ---- .It Li "clear-selection" Ta "Escape" Ta "C-g" .It Li "copy-end-of-line []" Ta "D" Ta "C-k" .It Li "copy-line []" Ta "" Ta "" ! .It Li "copy-pipe [] []" Ta "" Ta "" ! .It Li "copy-pipe-no-clear [] []" Ta "" Ta "" ! .It Li "copy-pipe-and-cancel [] []" Ta "" Ta "" .It Li "copy-selection []" Ta "" Ta "" .It Li "copy-selection-no-clear []" Ta "" Ta "" .It Li "copy-selection-and-cancel []" Ta "Enter" Ta "M-w" *************** *** 3090,3095 **** --- 3090,3099 ---- .Ql screen , .Ql tmux or a derivative of them. + .It Ic copy-command Ar shell-command + Give the command to pipe to if the + .Ic copy-pipe + copy mode command is used without arguments. .It Ic escape-time Ar time Set the time in milliseconds for which .Nm