diff options
author | 2019-02-21 22:15:09 +0000 | |
---|---|---|
committer | 2019-02-21 22:15:09 +0000 | |
commit | 1c13accf0d48e90e72c4aa72b01be03d8f6e4823 (patch) | |
tree | 8aa0ab714192eb5debbb10e9b38a389740646292 | |
parent | kristaps cbe83cd64f40e634dbc22d3f2918c41977a6514d (diff) | |
download | wireguard-openbsd-1c13accf0d48e90e72c4aa72b01be03d8f6e4823.tar.xz wireguard-openbsd-1c13accf0d48e90e72c4aa72b01be03d8f6e4823.zip |
kristaps f18392f58d1f0bc72917e3ac3a46be74c194688d
Document that the gid/uid list may be empty. Fixes
https://github.com/kristapsdz/openrsync/issues/10
-rw-r--r-- | usr.bin/rsync/rsync.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/rsync/rsync.5 b/usr.bin/rsync/rsync.5 index 1696f085d0c..c715a2e298e 100644 --- a/usr.bin/rsync/rsync.5 +++ b/usr.bin/rsync/rsync.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.5,v 1.11 2019/02/21 22:12:48 benno Exp $ +.\" $OpenBSD: rsync.5,v 1.12 2019/02/21 22:15:09 benno Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -285,6 +285,8 @@ in the file list. Identifier zero .Pq Qq root is never transmitted, as it would prematurely end the list. +This list may be incomplete or empty: the server is not obligated to +properly fill it in with all relevant users. .Pp .Bl -enum -compact .It |