Changeset d659bf4


Ignore:
Timestamp:
11/18/2013 11:44:37 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 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, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 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:
e679f0b
Parents:
f55c13f
Message:

Minor editorial changes

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rf55c13f rd659bf4  
    4949
    5050<screen><userinput remap="pre">if [ ! -r /usr/include/rpc/types.h ]; then
    51   su -c 'mkdir -p /usr/include/rpc'
     51  su -c 'mkdir -pv /usr/include/rpc'
    5252  su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
    5353fi</userinput></screen>
  • chapter06/groff.xml

    rf55c13f rd659bf4  
    6262    <para>Install the package:</para>
    6363
    64 <screen><userinput remap="install">mkdir -p /usr/share/doc/groff-1.22/pdf
     64<screen><userinput remap="install">mkdir -pv /usr/share/doc/groff-1.22/pdf
    6565make install</userinput></screen>
    6666
  • chapter06/kernfs.xml

    rf55c13f rd659bf4  
    2323    mounted:</para>
    2424
    25 <screen><userinput>mkdir -v $LFS/{dev,proc,sys}</userinput></screen>
     25<screen><userinput>mkdir -pv $LFS/{dev,proc,sys}</userinput></screen>
    2626
    2727  <sect2>
     
    108108<screen><userinput>if [ -h $LFS/dev/shm ]; then
    109109  link=$(readlink $LFS/dev/shm)
    110   mkdir -p $LFS/$link
     110  mkdir -pv $LFS/$link
    111111  mount -vt tmpfs shm $LFS/$link
    112112  unset link
  • prologue/hostreqs.xml

    rf55c13f rd659bf4  
    142142  packages.</para>
    143143
    144   <para id="version-check">To see whether your host system has all the appropriate versions, and
     144  <!-- Use an empty sect2 element to prevent a pdf warning.  -->
     145  <sect2 id="version-check">
     146  <title> </title>
     147
     148  <para >To see whether your host system has all the appropriate versions, and
    145149  the ability to compile programs, run the following:</para>
    146150
     
    192196bash version-check.sh</userinput></screen>
    193197
     198</sect2>
    194199</sect1>
Note: See TracChangeset for help on using the changeset viewer.