=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.5,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/rsync/rsync.5 2019/02/10 23:24:14 1.2 --- src/usr.bin/rsync/rsync.5 2019/02/12 18:59:34 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: rsync.5,v 1.2 2019/02/10 23:24:14 benno Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $OpenBSD: rsync.5,v 1.3 2019/02/12 18:59:34 benno Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: February 10 2019 $ .Dt RSYNC 5 .Os .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: February 12 2019 $ .Dt RSYNC 5 .Os .Sh NAME *************** *** 42,47 **** --- 42,49 ---- These will be noted as .Fl n for dry-run, + .Fl g + for group ids, .Fl l for links, .Fl r *************** *** 218,223 **** --- 220,229 ---- .It file mode (optional, mode_t, integer) .It + if + .Fl g , + the group id (integer) + .It if a symbolic link and .Fl l , the link target's length (integer) *************** *** 233,238 **** --- 239,248 ---- .Bl -tag -compact -width Ds .It 0x02 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 Inherit some of the prior file name. Enables the inherited filename length transmission.