Changeset 5469:4604a37ad34d
- Timestamp:
- 2008-07-25 10:23:21 (4 months ago)
- Author:
- Rocco Rutte <pdmef@…>
- Branch:
- HEAD
- Message:
-
Document that my_ variables aren't expanded in backticks, too
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5464
|
r5469
|
|
| 3084 | 3084 | Since user-defined variables are expanded in the same way that |
| 3085 | 3085 | environment variables are (except for |
| 3086 | | the <link linkend="shell-escape">shell-escape</link> command), this |
| 3087 | | feature can be used to make configuration files more readable. |
| | 3086 | the <link linkend="shell-escape">shell-escape</link> command and |
| | 3087 | backtick expansion), this feature can be used to make configuration |
| | 3088 | files more readable. |
| 3088 | 3089 | </para> |
| 3089 | 3090 | |