summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2013-06-16 16:43:14 -0700
committerWayne Davison <wayned@samba.org>2013-06-16 16:43:14 -0700
commit2791e0b54297565704916b1c5a6e4d5cdbb8386e (patch)
treea2571c5640e06ace4ae0a88a88405228bb46b028
parentd6a7ed99c1d37614638802375de50c5df4ca5496 (diff)
downloadrsync-2791e0b54297565704916b1c5a6e4d5cdbb8386e.tar.gz
Be a little clearer about full-line comments.
-rw-r--r--rsyncd.conf.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index ee030037..32549b01 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -28,8 +28,9 @@ whitespace in module and parameter names is irrelevant. Leading and
trailing whitespace in a parameter value is discarded. Internal whitespace
within a parameter value is retained verbatim.
-Any line beginning with a hash (#) is ignored, as are lines containing
-only whitespace.
+Any line bf(beginning) with a hash (#) is ignored, as are lines containing
+only whitespace. (If a hash occurs after anything other than leading
+whitespace, it is considered a part of the line's content.)
Any line ending in a \ is "continued" on the next line in the
customary UNIX fashion.