[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.24 and 1.25

version 1.24, 2021/03/31 20:36:05 version 1.25, 2021/08/30 20:25:24
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 -del  .Op Fl -del
   .Op Fl -exclude Ar pattern
   .Op Fl -exclude-from Ns = Ns Ar file
   .Op Fl -include Ar pattern
   .Op Fl -include-from Ns = Ns Ar file
 .Op Fl -no-motd  .Op Fl -no-motd
 .Op Fl -numeric-ids  .Op Fl -numeric-ids
 .Op Fl -port Ns = Ns Ar service  .Op Fl -port Ns = Ns Ar service
Line 70 
Line 74 
 directories.  directories.
 Only applicable with  Only applicable with
 .Fl r .  .Fl r .
   .It Fl -exclude Ar pattern
   Exclude files matching
   .Em pattern .
   .It Fl -exclude-from Ns = Ns Ar file
   Load
   .Em patterns
   and
   .Em rules
   from
   .Em file .
   .It Fl -include Ar pattern
   Include files matching
   .Em pattern .
   .It Fl -include-from Ns = Ns Ar file
   Load
   .Em patterns
   and
   .Em rules
   from
   .Em file .
 .It Fl -devices  .It Fl -devices
 Also transfer device files.  Also transfer device files.
 .It Fl e Ar program , Fl -rsh Ns = Ns Ar program  .It Fl e Ar program , Fl -rsh Ns = Ns Ar program
Line 210 
Line 234 
 The destination  The destination
 .Ar directory  .Ar directory
 must be a directory and is created if not found.  must be a directory and is created if not found.
   .\" .Sh PATTERNS AND RULES
 .\" .Sh ENVIRONMENT  .\" .Sh ENVIRONMENT
 .\" .Sh FILES  .\" .Sh FILES
 .Sh EXIT STATUS  .Sh EXIT STATUS

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25