=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/rsync.1,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/rsync/rsync.1 2019/03/30 09:32:54 1.13 --- src/usr.bin/rsync/rsync.1 2019/03/30 23:48:24 1.14 *************** *** 1,4 **** ! .\" $OpenBSD: rsync.1,v 1.13 2019/03/30 09:32:54 naddy Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $OpenBSD: rsync.1,v 1.14 2019/03/30 23:48:24 schwarze Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons .\" *************** *** 24,45 **** .Nm openrsync .Op Fl aDglnoprtv .Op Fl e Ar program - .Op Fl -archive .Op Fl -del - .Op Fl -delete .Op Fl -devices - .Op Fl -group - .Op Fl -links - .Op Fl -dry-run - .Op Fl -owner - .Op Fl -perms .Op Fl -port Ns = Ns Ar portnumber - .Op Fl -recursive - .Op Fl -rsh Ns = Ns Ar program .Op Fl -rsync-path Ns = Ns Ar program .Op Fl -specials - .Op Fl -times - .Op Fl -verbose .Op Fl -version .Ar source ... .Ar directory --- 24,34 ---- *************** *** 59,65 **** but not both. The arguments are as follows: .Bl -tag -width Ds ! .It Fl a , Fl -archive Archive mode. Shorthand for .Fl Dgloprt . --- 48,54 ---- but not both. The arguments are as follows: .Bl -tag -width Ds ! .It Fl a , -archive Archive mode. Shorthand for .Fl Dgloprt . *************** *** 80,86 **** .It Fl e Ar program , Fl -rsh Ns = Ns Ar program Specify alternative program, defaults to .Xr ssh 1 . ! .It Fl g , Fl -group Set group identifier to match the source. Groups are matched by name: group .Qq kristaps --- 69,75 ---- .It Fl e Ar program , Fl -rsh Ns = Ns Ar program Specify alternative program, defaults to .Xr ssh 1 . ! .It Fl g , -group Set group identifier to match the source. Groups are matched by name: group .Qq kristaps *************** *** 89,112 **** 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 -port Ns = Ns Ar portnumber Specify alternative port number. ! .It Fl r , Fl -recursive If .Ar source designates a directory, synchronise the directory and the entire subtree --- 78,101 ---- 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 , -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 , -dry-run Dry-run mode. Does not actually modify the destination. ! .It Fl o , -owner Set user identifier to match the source. This behaves like .Fl g and only works if run as root. ! .It Fl p , -perms Set destination file or directory permissions to match the source when it is updated. .It Fl -port Ns = Ns Ar portnumber Specify alternative port number. ! .It Fl r , -recursive If .Ar source designates a directory, synchronise the directory and the entire subtree *************** *** 125,134 **** .Ar rsync . .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 --- 114,123 ---- .Ar rsync . .It Fl -specials Transfer fifo and unix domain socket files. ! .It Fl t , -times Set destination file and directory modification time to match the source when it is updated or created. ! .It Fl v , -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