[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.21 and 1.22

version 1.21, 2020/02/11 18:41:39 version 1.22, 2020/11/24 16:54:44
Line 29 
Line 29 
 .Op Fl -numeric-ids  .Op Fl -numeric-ids
 .Op Fl -port Ns = Ns Ar service  .Op Fl -port Ns = Ns Ar service
 .Op Fl -rsync-path Ns = Ns Ar program  .Op Fl -rsync-path Ns = Ns Ar program
   .Op Fl -timeout Ns = Ns Ar seconds
 .Op Fl -version  .Op Fl -version
 .Ar source ...  .Ar source ...
 .Ar directory  .Ar directory
Line 139 
Line 140 
 .Pa rsync .  .Pa rsync .
 .It Fl -specials  .It Fl -specials
 Also transfer fifo and unix domain socket files.  Also transfer fifo and unix domain socket files.
   .It Fl -timeout Ns = Ns Ar seconds
   Set the I/O timeout in seconds.
   Exit if no data was transferred for the specified time.
   The default is 0, which means no timeout.
 .It Fl t , -times  .It Fl t , -times
 Set destination file and directory modification time to match the source  Set destination file and directory modification time to match the source
 when it is updated or created.  when it is updated or created.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22