mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
Fix a few more typos and whitespaces.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cc8de38cfc
commit
ba8848f4d0
@ -226,10 +226,6 @@
|
|||||||
<title>Added:</title>
|
<title>Added:</title>
|
||||||
<listitem><para></para></listitem> <!-- satisfy build -->
|
<listitem><para></para></listitem> <!-- satisfy build -->
|
||||||
|
|
||||||
<!--<listitem>
|
|
||||||
<para>&automake-test-patch;</para>
|
|
||||||
</listitem>-->
|
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -156,7 +156,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
|
|||||||
timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,
|
timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq,
|
||||||
unlink, users, vdir, wc, who, whoami, and yes</seg>
|
unlink, users, vdir, wc, who, whoami, and yes</seg>
|
||||||
<seg>libstdbuf.so</seg>
|
<seg>libstdbuf.so</seg>
|
||||||
<seg>/usr/libexec/coreutils</seg>
|
<seg>/usr/lib/coreutils</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
@ -47,9 +47,9 @@ sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la
|
|||||||
ln -sv bash /bin/sh</userinput></screen>
|
ln -sv bash /bin/sh</userinput></screen>
|
||||||
|
|
||||||
<para>Historically, Linux maintains a list of the mounted file systems in the
|
<para>Historically, Linux maintains a list of the mounted file systems in the
|
||||||
file <filename>/etc/mtab</filename>. Modern kernels maintain this list
|
file <filename>/etc/mtab</filename>. Modern kernels maintain this list
|
||||||
internally and exposes it to the user via the <filename
|
internally and exposes it to the user via the <filename
|
||||||
class="directory">/proc</filename> filesystem. To satisfy utilities that
|
class="directory">/proc</filename> filesystem. To satisfy utilities that
|
||||||
expect the presence of <filename>/etc/mtab</filename>, create the following
|
expect the presence of <filename>/etc/mtab</filename>, create the following
|
||||||
symbolic link:</para>
|
symbolic link:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user