=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.1,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/rsync/rsync.1 2019/02/16 17:07:21 1.5 --- src/usr.bin/rsync/rsync.1 2019/02/16 17:43:06 1.6 *************** *** 1,4 **** ! .\" $OpenBSD: rsync.1,v 1.5 2019/02/16 17:07:21 deraadt Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $OpenBSD: rsync.1,v 1.6 2019/02/16 17:43:06 florian Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" *************** *** 43,48 **** --- 43,67 ---- but not both. The arguments are as follows: .Bl -tag -width Ds + .It Fl a , Fl -archive + Archive mode. + Shorthand for + .Fl D , + .Fl g , + .Fl l , + .Fl o , + .Fl p , + .Fl r , + and + .Fl t . + .It Fl D + Transfer device and special files. + Shorthand for + .Fl -devices + and + .Fl specials . + .It Fl -devices + Transfer device files. .It Fl g Set group identifier to match the source. Groups are matched by name: group *************** *** 79,84 **** --- 98,105 ---- If .Ar source is a file, this has no effect. + .It Fl -specials + Transfer fifo and unix domain socket files. .It Fl t Set destination file and directory modification time to match the source when it is updated or created.