Changes in / [8495845:a2434bd4]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r8495845 ra2434bd4  
    251251    in normal circumstances:</para>
    252252
     253    <note>
     254      <para>The command below shows an example of nested command substitution
     255      using two methods: backquotes and a <literal>$()</literal> construct.
     256      It could be rewritten using the same method for both substitutions,
     257      but is shown this way to demonstrate how they can be mixed.  Generally
     258      the <literal>$()</literal> method is preferred.</para>
     259    </note>
     260
    253261<screen><userinput remap="install">cd ..
    254262cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
  • chapter08/systemd.xml

    r8495845 ra2434bd4  
    368368        libsystemd.so, libsystemd-shared-&systemd-version;.so (in /usr/lib/systemd),
    369369        and libudev.so</seg>
    370         <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,both
     370        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
    371371        /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
    372372        /etc/xdg/systemd, /usr/lib/systemd, /usr/lib/udev, /usr/include/systemd,
Note: See TracChangeset for help on using the changeset viewer.