=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.169 retrieving revision 1.170 diff -c -r1.169 -r1.170 *** src/usr.bin/tmux/tmux.1 2010/05/14 19:03:09 1.169 --- src/usr.bin/tmux/tmux.1 2010/05/19 22:28:14 1.170 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.169 2010/05/14 19:03:09 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.170 2010/05/19 22:28:14 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 14 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 19 2010 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2387,2392 **** --- 2387,2393 ---- .It Xo Ic paste-buffer .Op Fl dr .Op Fl b Ar buffer-index + .Op Fl s Ar separator .Op Fl t Ar target-pane .Xc .D1 (alias: Ic pasteb ) *************** *** 2396,2405 **** .Fl d , also delete the paste buffer from the stack. When output, any linefeed (LF) characters in the paste buffer are replaced with ! carriage returns (CR). ! This translation may be disabled with the ! .Fl r flag. .It Xo Ic save-buffer .Op Fl a .Op Fl b Ar buffer-index --- 2397,2409 ---- .Fl d , also delete the paste buffer from the stack. When output, any linefeed (LF) characters in the paste buffer are replaced with ! a separator, by default carriage return (CR). ! A custom separator may be specified using the ! .Fl s flag. + The + .Fl r + flag means to do no replacement (equivalent to a separator of LF). .It Xo Ic save-buffer .Op Fl a .Op Fl b Ar buffer-index