[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.4 and 1.5

version 1.4, 2019/02/12 19:11:54 version 1.5, 2019/02/12 19:13:03
Line 258 
Line 258 
 If  If
 .Fl g  .Fl g
 has been specified, the sender sends the list of all groups encountered  has been specified, the sender sends the list of all groups encountered
 in the file list:  in the file list.
   Group zero (commonly wheel) is never transmitted, as it has identifier
   zero and would corrupt the list.
 .Pp  .Pp
 .Bl -enum -compact  .Bl -enum -compact
 .It  .It
 group identifier or zero to indicate end of set (integer)  group identifier or zero to indicate end of set (integer)
 .It  .It
 length of group (byte)  non-zero length of group (byte)
 .It  .It
 group name (prior length)  non-empty group name (prior length)
 .El  .El
 .Pp  .Pp
 The sender then sends any IO error values, which for  The sender then sends any IO error values, which for

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5