Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / texinfo / makeinfo / tests / include-value.txi
blob28c25e36bbade07ad9979ed085d4c867802e927a
1 \input texinfo
2 @setfilename include-value.info
3 @c Id: include-value.txi,v 1.2 2004/04/11 17:56:47 karl Exp
5 @set testvar incl-incl.txi
7 @c test - in the variable name, and concatenation of text after.
8 @set test-var incl-incl.tx
10 @c test - in the variable name, and concatenation of text before and after.
11 @set test_var ncl-incl.tx
14 @node Top
16 testvar include: @include @value{testvar}
18 testvar verbatiminclude: @verbatiminclude @value{testvar}
21 test-var include: @include @value{test-var}i
23 test-var verbatiminclude: @verbatiminclude @value{test-var}i
26 test_var include: @include i@value{test_var}i
28 test_var verbatiminclude: @verbatiminclude i@value{test_var}i
31 @bye