summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2019-02-12 19:11:54 +0000
committerbenno <benno@openbsd.org>2019-02-12 19:11:54 +0000
commiteb31ce11087e03334b1b25470aee1be34f225258 (patch)
tree6c93cb6e2097e3f87ece7c4883ca9db53a057241
parentsync (diff)
downloadwireguard-openbsd-eb31ce11087e03334b1b25470aee1be34f225258.tar.xz
wireguard-openbsd-eb31ce11087e03334b1b25470aee1be34f225258.zip
sync
commit 3aff2a7a76dcb59c9f9d012803e64bc08d4f5410 Author: kristaps <> Date: Tue Feb 12 00:01:32 2019 +0000 Document the group list.
-rw-r--r--usr.bin/rsync/rsync.516
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.bin/rsync/rsync.5 b/usr.bin/rsync/rsync.5
index 8c90eacedca..05a349f9101 100644
--- a/usr.bin/rsync/rsync.5
+++ b/usr.bin/rsync/rsync.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rsync.5,v 1.3 2019/02/12 18:59:34 benno Exp $
+.\" $OpenBSD: rsync.5,v 1.4 2019/02/12 19:11:54 benno Exp $
.\"
.\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -255,6 +255,20 @@ file's.
.El
.Pp
If the status byte is zero, the file-list has terminated.
+If
+.Fl g
+has been specified, the sender sends the list of all groups encountered
+in the file list:
+.Pp
+.Bl -enum -compact
+.It
+group identifier or zero to indicate end of set (integer)
+.It
+length of group (byte)
+.It
+group name (prior length)
+.El
+.Pp
The sender then sends any IO error values, which for
.Xr openrsync 1
is always zero.