diff options
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r-- | doc/manual.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 9ef972e..744bfcc 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -375,7 +375,8 @@ A file is a series of declarations. A declaration can be one of: Comments begin with `#` and extend to the end of the line. Newlines are significant, but they can be escaped by putting a `$` -before them. +before them. To produce a literal `$` in a path or variable value use +`$$`. Other whitespace is only significant if it's at the beginning of a line. If a line is intended more than the previous one, it's |