From 5a2a6c7234a54b0954844bbc65fc9b62143f8ac9 Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Sat, 16 Feb 2019 16:26:46 +0000 Subject: -D bits, from kristaps --- usr.bin/rsync/rsync.5 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'usr.bin') 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 .\" @@ -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) -- cgit v1.2.3