=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.5,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/rsync/rsync.5 2019/02/14 18:27:39 1.6 --- src/usr.bin/rsync/rsync.5 2019/02/16 16:26:45 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: rsync.5,v 1.6 2019/02/14 18:27:39 florian Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $OpenBSD: rsync.5,v 1.7 2019/02/16 16:26:45 florian 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 14 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 16 2019 $ .Dt RSYNC 5 .Os .Sh NAME *************** *** 40,51 **** There are a number of options in the protocol that are dictated by command-line flags. These will be noted as ! .Fl n ! for dry-run, .Fl g for group ids, .Fl l for links, .Fl o for user ids, .Fl r --- 40,53 ---- There are a number of options in the protocol that are dictated by command-line flags. These will be noted as ! .Fl D ! for devices, .Fl g for group ids, .Fl l for links, + .Fl n + for dry-run, .Fl o for user ids, .Fl r *************** *** 229,234 **** --- 231,242 ---- if .Fl g , the group id (integer) + .It + if a special file and + .Fl D , + the device + .Dq rdev + type (integer) .It if a symbolic link and .Fl l ,