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

Diff for /src/usr.bin/rsync/rsync.5 between version 1.2 and 1.3

version 1.2, 2019/02/10 23:24:14 version 1.3, 2019/02/12 18:59:34
Line 42 
Line 42 
 These will be noted as  These will be noted as
 .Fl n  .Fl n
 for dry-run,  for dry-run,
   .Fl g
   for group ids,
 .Fl l  .Fl l
 for links,  for links,
 .Fl r  .Fl r
Line 218 
Line 220 
 .It  .It
 file mode (optional, mode_t, integer)  file mode (optional, mode_t, integer)
 .It  .It
   if
   .Fl g ,
   the group id (integer)
   .It
 if a symbolic link and  if a symbolic link and
 .Fl l ,  .Fl l ,
 the link target's length (integer)  the link target's length (integer)
Line 233 
Line 239 
 .Bl -tag -compact -width Ds  .Bl -tag -compact -width Ds
 .It 0x02  .It 0x02
 Do not send the file mode: it is a repeat of the last file's mode.  Do not send the file mode: it is a repeat of the last file's mode.
   .It 0x10
   Like
   .Li 0x02 ,
   but for the group id.
 .It 0x20  .It 0x20
 Inherit some of the prior file name.  Inherit some of the prior file name.
 Enables the inherited filename length transmission.  Enables the inherited filename length transmission.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3