From: Wayne Davison Date: Sun, 16 Jun 2013 23:43:14 +0000 (-0700) Subject: Be a little clearer about full-line comments. X-Git-Tag: v3.1.0pre1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2791e0b54297565704916b1c5a6e4d5cdbb8386e;p=thirdparty%2Frsync.git Be a little clearer about full-line comments. --- 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.