diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 16:26:46 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 16:26:46 +0000 |
commit | 5a2a6c7234a54b0954844bbc65fc9b62143f8ac9 (patch) | |
tree | c5184559fe6798ed1cd5d60e9620ba43c8d2827b /usr.bin | |
parent | e92e865b83433e351604ed0a6b85232e2ed77dde (diff) |
-D bits, from kristaps
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rsync/rsync.5 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/usr.bin/rsync/rsync.5 b/usr.bin/rsync/rsync.5 index f5b5e5930d1..74814bc99c9 100644 --- a/usr.bin/rsync/rsync.5 +++ b/usr.bin/rsync/rsync.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.5,v 1.6 2019/02/14 18:27:39 florian Exp $ +.\" $OpenBSD: rsync.5,v 1.7 2019/02/16 16:26:45 florian Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,7 @@ .\" 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 $ +.Dd $Mdocdate: February 16 2019 $ .Dt RSYNC 5 .Os .Sh NAME @@ -40,12 +40,14 @@ command-line given file locations. 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 D +for devices, .Fl g for group ids, .Fl l for links, +.Fl n +for dry-run, .Fl o for user ids, .Fl r @@ -230,6 +232,12 @@ 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 , the link target's length (integer) |