From 3d2a141ceeb6f80f74b7b4d8defc7a228f93f468 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 12 Feb 2011 16:55:59 +0000 Subject: [PATCH] Add the new options to the man page, and correct the spelling of one existing one while I'm here. git-svn-id: svn://svn.tartarus.org/sgt/utils@9091 cda61777-01e9-0310-a592-d414129be87e --- xcopy/xcopy.but | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/xcopy/xcopy.but b/xcopy/xcopy.but index 93b0b78..b83edaa 100644 --- a/xcopy/xcopy.but +++ b/xcopy/xcopy.but @@ -125,7 +125,7 @@ type. The target type can be anything listed by \cq{xcopy -r -t}. commentary on the progress of reading the X selection. Can be useful for debugging interactions with other programs. -\dt \cw{-T} +\dt \cw{-F} \dd Causes \cw{xcopy} not to fork, when in write mode. Instead the original \cw{xcopy} process will continue to run until the selection @@ -134,6 +134,24 @@ is taken away from it. Probably only useful when debugging out to be useful for some other special purpose (e.g. having the process waiting for it know when the selection owner has changed). +\dt \cw{-d} \e{size} + +\dd Alters the maximum size of data transferred in one lump by +\cw{xcopy}. (Probably most useful for diagnostic purposes.) + +\dt \cw{-I} + +\dd Inhibits \cw{xcopy}, in write mode, from using the \cw{INCR} +mechanism for transferring large amounts of selection data a piece at +a time and waiting for the recipient to acknowledge each chunk before +sending the next. (Just in case a client doesn't support it.) + +\dt \cw{-B} + +\dd Inhibits \cw{xcopy}, in write mode, from storing its data in the +persistent \q{cut buffers} on the root window as well as using the +peer-to-peer selection mechanism. + \U BUGS Automatic conversion between compound text and UTF-8 is not -- 2.11.0