[BACK]Return to rsync.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/rsync.1 between version 1.29 and 1.30

version 1.29, 2021/11/26 03:41:39 version 1.30, 2022/08/02 18:09:20
Line 26 
Line 26 
 .Op Fl e Ar program  .Op Fl e Ar program
 .Op Fl -address Ns = Ns Ar sourceaddr  .Op Fl -address Ns = Ns Ar sourceaddr
 .Op Fl -compare-dest Ns = Ns Ar directory  .Op Fl -compare-dest Ns = Ns Ar directory
   .Op Fl -contimeout Ns = Ns Ar seconds
 .Op Fl -del  .Op Fl -del
 .Op Fl -exclude Ar pattern  .Op Fl -exclude Ar pattern
 .Op Fl -exclude-from Ns = Ns Ar file  .Op Fl -exclude-from Ns = Ns Ar file
Line 77 
Line 78 
 If  If
 .Ar directory  .Ar directory
 is a relative path, it is relative to the destination directory.  is a relative path, it is relative to the destination directory.
   .It Fl -contimeout Ns = Ns Ar seconds
   Set the connection timeout in seconds.
   Exit if no connection established within the specified time.
   The default is 0, which means no timeout.
 .It Fl D  .It Fl D
 Also transfer device and special files.  Also transfer device and special files.
 Shorthand for  Shorthand for

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30