]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix a link.
authorWayne Davison <wayne@opencoder.net>
Tue, 20 Sep 2022 07:12:49 +0000 (00:12 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 20 Sep 2022 07:12:49 +0000 (00:12 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 631913607c14cebeba56cd89ec13aeefc800837e..0021e2baf1fc114b034c0496986a7c89b85ba275 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
   converted. Newer rsync versions will provide more complete info than older
   versions.
 
-- The [`use chroot`](#rsyncd.conf) daemon parameter now defaults to "unset" so
-  that rsync can test if chrooting works and decide to proceed with a sanitized
-  copy if chroot is not supported (e.g., for a non-root daemon).  Explicitly
-  setting it to true or false (on or off) behaves the same way as before.
+- The [`use chroot`](rsyncd.conf.5#use_chroot) daemon parameter now defaults to
+  "unset" so that rsync can test if chrooting works and decide to proceed with
+  a sanitized copy if chroot is not supported (e.g., for a non-root daemon).
+  Explicitly setting it to true or false (on or off) behaves the same way as
+  before.
 
 ### PACKAGING RELATED: