added blocking-io docs
authorAndrew Tridgell <tridge@samba.org>
Sat, 29 Jul 2000 04:41:19 +0000 (04:41 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 29 Jul 2000 04:41:19 +0000 (04:41 +0000)
rsync.yo

index 03b71d2..1b3cd2b 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -269,6 +269,7 @@ verb(
      --address               bind to the specified address
      --config=FILE           specify alternate rsyncd.conf file
      --port=PORT             specify alternate rsyncd port number
+     --blocking-io           use blocking IO for the remote shell
      --stats                 give some file transfer stats
      --progress              show progress during transfer
      --log-format=FORMAT     log file transfers using specified format
@@ -611,6 +612,11 @@ specified.
 dit(bf(--port=PORT)) This specifies an alternate TCP port number to use
 rather than the default port 873.
 
+dit(bf(--blocking-io)) This specifies whether rsync will use blocking
+IO when launching a remote shell transport. You may find this is
+needed for some remote shells that can't handle the default
+non-blocking IO.
+
 dit(bf(--log-format=FORMAT)) This allows you to specify exactly what the
 rsync client logs to stdout on a per-file basis. The log format is
 specified using the same format conventions as the log format option in