Changeset 139b77e


Ignore:
Timestamp:
01/26/2023 05:44:05 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
59d90df
Parents:
adba2da
Message:

decorate new note about $() and

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    radba2da r139b77e  
    211211    <note>
    212212      <para>The command below shows an example of nested command substitution
    213       using two methods: backquotes and a $() construct.  It could be rewritten
    214       using the same method for both substitutions, but is shown this way
    215       to demonstrate how they can be mixed.  Generally the $() method is
    216       preferred.</para>
     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>
    217217    </note>
    218218
Note: See TracChangeset for help on using the changeset viewer.