diff options
author | Wayne Davison <wayned@samba.org> | 2013-06-16 16:43:14 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2013-06-16 16:43:14 -0700 |
commit | 2791e0b54297565704916b1c5a6e4d5cdbb8386e (patch) | |
tree | a2571c5640e06ace4ae0a88a88405228bb46b028 /rsyncd.conf.yo | |
parent | d6a7ed99c1d37614638802375de50c5df4ca5496 (diff) | |
download | rsync-2791e0b54297565704916b1c5a6e4d5cdbb8386e.tar.gz rsync-2791e0b54297565704916b1c5a6e4d5cdbb8386e.tar.bz2 rsync-2791e0b54297565704916b1c5a6e4d5cdbb8386e.zip |
Be a little clearer about full-line comments.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r-- | rsyncd.conf.yo | 5 |
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. |