Ignore:
Timestamp:
02/15/2021 06:52:17 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8d35535
Parents:
f9a430a
Message:

fix typos and format

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    rf9a430a r164d38e  
    2727
    2828    <!-- TODO This note will probably not be needed at the next revision. -->
    29     <note><para>This package extracts to the directory procps-3.3.17/,
    30        not the expected procps-ng-3.3.17/.</para></note>
     29    <note>
     30      <para>This package extracts to the directory
     31      <filename class="directory">procps-3.3.17</filename>,
     32      not the expected
     33      <filename class="directory">procps-ng-3.3.17</filename>.</para>
     34    </note>
    3135
    3236    <segmentedlist>
     
    9296<screen><userinput remap="test">make check</userinput></screen>
    9397
    94     <para>Four tests related to pkill are known ot fail due to a problem
    95           with tests that were not updated.</para>
     98    <para>Four tests related to pkill are known to fail due to a problem
     99    with tests that were not updated.</para>
    96100 
    97101    <para>Install the package:</para>
     
    99103<screen><userinput remap="install">make install</userinput></screen>
    100104
    101 <para>Finally, move essential libraries to a location that can be found if
    102 <filename class="directory">/usr</filename> is not mounted.</para>
     105    <para>Finally, move essential libraries to a location that can be found
     106    if <filename class="directory">/usr</filename> is not mounted.</para>
    103107
    104108<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
Note: See TracChangeset for help on using the changeset viewer.