]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Be a little clearer about full-line comments.
authorWayne Davison <wayned@samba.org>
Sun, 16 Jun 2013 23:43:14 +0000 (16:43 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 16 Jun 2013 23:43:14 +0000 (16:43 -0700)
rsyncd.conf.yo

index ee0300373a8f1b15900dfaadaf6d169f3b61ba1c..32549b011567a63deed287dc810cae33726a3b55 100644 (file)
@@ -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.