summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-05-27 03:15:05 (GMT)
committerEvan Martin <martine@danga.com>2011-05-27 03:15:05 (GMT)
commit511613ce2552528c00719ca59c8b2411518f12db (patch)
tree78140983ba179baeb488a1afd3c62812e6ca8469 /doc
parent55fd4232d35de1f163310333d216d81a35cc0ef1 (diff)
downloadNinja-511613ce2552528c00719ca59c8b2411518f12db.zip
Ninja-511613ce2552528c00719ca59c8b2411518f12db.tar.gz
Ninja-511613ce2552528c00719ca59c8b2411518f12db.tar.bz2
expand $$ as $
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc3
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