=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.819 retrieving revision 1.820 diff -c -r1.819 -r1.820 *** src/usr.bin/tmux/tmux.1 2021/02/06 13:02:52 1.819 --- src/usr.bin/tmux/tmux.1 2021/02/08 14:46:53 1.820 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.819 2021/02/06 13:02:52 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.820 2021/02/08 14:46:53 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: February 6 2021 $ .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: February 8 2021 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 1653,1658 **** --- 1653,1661 ---- .It Li "page-down" Ta "C-f" Ta "PageDown" .It Li "page-down-and-cancel" Ta "" Ta "" .It Li "page-up" Ta "C-b" Ta "PageUp" + .It Li "pipe [] []" Ta "" Ta "" + .It Li "pipe-no-clear [] []" Ta "" Ta "" + .It Li "pipe-and-cancel [] []" Ta "" Ta "" .It Li "previous-matching-bracket" Ta "" Ta "M-C-b" .It Li "previous-paragraph" Ta "{" Ta "M-{" .It Li "previous-space" Ta "B" Ta "" *************** *** 1708,1714 **** .Ql buffer1 and so on). Pipe commands take a command argument which is the command to which the ! copied text is piped. The .Ql -and-cancel variants of some commands exit copy mode after they have completed (for copy --- 1711,1719 ---- .Ql buffer1 and so on). Pipe commands take a command argument which is the command to which the ! selected text is piped. ! .Ql copy-pipe ! variants also copy the selection. The .Ql -and-cancel variants of some commands exit copy mode after they have completed (for copy