summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-04-27 20:16:14 (GMT)
committerEvan Martin <martine@danga.com>2012-05-02 03:37:24 (GMT)
commitcca1a4b07b393e76d3280b4dedb1cde044f3d567 (patch)
tree92dee4c92827f9628ccfcfa62e7e3e9afd603d5b /doc
parent10c47ef3bef009b3a36cb557cc9dcd4b48e967b7 (diff)
downloadNinja-cca1a4b07b393e76d3280b4dedb1cde044f3d567.zip
Ninja-cca1a4b07b393e76d3280b4dedb1cde044f3d567.tar.gz
Ninja-cca1a4b07b393e76d3280b4dedb1cde044f3d567.tar.bz2
add $: to docs
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index fcabdc9..f6c1dda 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -521,7 +521,11 @@ across a line break).
`${varname}`:: alternate syntax for `$varname`.
-`$` followed by space:: a space.
+`$` followed by space:: a space. (This is only necessary in lists of
+paths, where a space would otherwise separate filenames. See below.)
+
+`$:` :: a colon. (This is only necessary in `build` lines, where a colon
+would otherwise terminate the list of inputs.)
`$$`:: a literal `$`.