manifest escapes: better wording as suggested

This commit is contained in:
John Slee 2017-08-04 09:34:41 +10:00
parent a2cf71344d
commit 84ee0f3d9a

View file

@ -21,9 +21,9 @@ setting. Not all settings support this though, to see whether embedding
a manifest variable in a setting is possible, look for the
``manifest vars`` label.
To insert a literal ``{foo}``, eg. in a shell command where you may want
to use the expression ``${foo}``, use double braces instead, ie.
``{{foo}}``.
To insert a literal ``{foo}`` use double braces, that is ``{{foo}}``.
For example in a shell command where you may want to use the
expression ``${foo}``, use ``${{foo}}`` instead.
Sections
--------