summaryrefslogtreecommitdiff
path: root/rsyncd.conf.yo
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-01-31 02:26:49 +0000
committerWayne Davison <wayned@samba.org>2006-01-31 02:26:49 +0000
commitfa3e4a0548699ccaac41df2428fe1ad9d3659435 (patch)
tree70a37c16858823db94be0da29851557d5044a5b5 /rsyncd.conf.yo
parent656c20715eb5261f8158a7f7b999d5099db3a3f9 (diff)
downloadrsync-fa3e4a0548699ccaac41df2428fe1ad9d3659435.tar.gz
rsync-fa3e4a0548699ccaac41df2428fe1ad9d3659435.tar.bz2
rsync-fa3e4a0548699ccaac41df2428fe1ad9d3659435.zip
Mention the chmod utility's manpage number.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r--rsyncd.conf.yo8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index bf6cc155..a48ce145 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -268,8 +268,8 @@ comma-separated chmod strings that will affect the permissions of all
incoming files (files that are being received by the daemon). These
changes happen last, giving this setting the final word on what the
permissions should look like in the repository.
-See the description of the bf(--chmod) rsync option and the bf(chmod)
-utility's manpage for information on the format of this string.
+See the description of the bf(--chmod) rsync option and the bf(chmod)(1)
+manpage for information on the format of this string.
dit(bf(outgoing chmod)) This option allows you to specify a set of
comma-separated chmod strings that will affect the permissions of all
@@ -277,8 +277,8 @@ outgoing files (files that are being sent out from the daemon). These
changes happen first, making the sent permissions appear to be different
than those stored in the filesystem itself (which, for instance, you
could disable group write permissions on the server).
-See the description of the bf(--chmod) rsync option and the bf(chmod)
-utility's manpage for information on the format of this string.
+See the description of the bf(--chmod) rsync option and the bf(chmod)(1)
+manpage for information on the format of this string.
dit(bf(auth users)) The "auth users" option specifies a comma and
space-separated list of usernames that will be allowed to connect to