=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.1,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/rsync/rsync.1 2019/02/16 17:43:06 1.6 --- src/usr.bin/rsync/rsync.1 2019/02/16 17:51:46 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: rsync.1,v 1.6 2019/02/16 17:43:06 florian Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $OpenBSD: rsync.1,v 1.7 2019/02/16 17:51:46 deraadt Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" *************** *** 62,68 **** .Fl specials . .It Fl -devices Transfer device files. ! .It Fl g Set group identifier to match the source. Groups are matched by name: group .Qq kristaps --- 62,68 ---- .Fl specials . .It Fl -devices Transfer device files. ! .It Fl g , Fl -group Set group identifier to match the source. Groups are matched by name: group .Qq kristaps *************** *** 71,92 **** on the local machine with id 2000. If the sender's group is unknown on the local machine, it is used verbatim. ! .It Fl l Transfer symbolic links. The link is transferred as a standalone file: if the destination does not exist, it will be broken. ! .It Fl n Dry-run mode. Does not actually modify the destination. ! .It Fl o Set user identifier to match the source. This behaves like .Fl g and only works if run as root. ! .It Fl p Set destination file or directory permissions to match the source when it is updated. ! .It Fl r If .Ar source designates a directory, synchronise the directory and the entire subtree --- 71,92 ---- on the local machine with id 2000. If the sender's group is unknown on the local machine, it is used verbatim. ! .It Fl l , Fl -links Transfer symbolic links. The link is transferred as a standalone file: if the destination does not exist, it will be broken. ! .It Fl n , Fl -dry-run Dry-run mode. Does not actually modify the destination. ! .It Fl o , Fl -owner Set user identifier to match the source. This behaves like .Fl g and only works if run as root. ! .It Fl p , Fl -perms Set destination file or directory permissions to match the source when it is updated. ! .It Fl r , Fl -recursive If .Ar source designates a directory, synchronise the directory and the entire subtree *************** *** 100,109 **** 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. ! .It Fl v Increase verbosity. Specify once for files being transferred, twice for specific status, thrice for per-file transfer information, and four times for per-file --- 100,109 ---- is a file, this has no effect. .It Fl -specials Transfer fifo and unix domain socket files. ! .It Fl t , Fl -times Set destination file and directory modification time to match the source when it is updated or created. ! .It Fl v , Fl -verbose Increase verbosity. Specify once for files being transferred, twice for specific status, thrice for per-file transfer information, and four times for per-file