Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r31e9ff9 r139b77e  
    209209    in normal circumstances:</para>
    210210
     211    <note>
     212      <para>The command below shows an example of nested command substitution
     213      using two methods: backquotes and a <literal>$()</literal> construct.
     214      It could be rewritten using the same method for both substitutions,
     215      but is shown this way to demonstrate how they can be mixed.  Generally
     216      the <literal>$()</literal> method is preferred.</para>
     217    </note>
     218
    211219<screen><userinput remap="install">cd ..
    212220cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
Note: See TracChangeset for help on using the changeset viewer.