mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5d4e1b1f1f
commit
947141c851
@ -51,7 +51,7 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--disable-static</parameter></term>
|
<term><parameter>--disable-static</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>iIn this case, the top-level configure script will complain that
|
<para>In this case, the top-level configure script will complain that
|
||||||
this is an unrecognized option, but the configure script for
|
this is an unrecognized option, but the configure script for
|
||||||
XSParagraph recognizes it and uses it to disable installing a static
|
XSParagraph recognizes it and uses it to disable installing a static
|
||||||
<filename class="libraryfile">XSParagraph.a</filename> to <filename
|
<filename class="libraryfile">XSParagraph.a</filename> to <filename
|
||||||
|
@ -80,12 +80,12 @@ function comment
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ! mountpoint -q /sys; then
|
if ! mountpoint -q /sys; then
|
||||||
msg="/sys mut be mounted"
|
msg="/sys must be mounted"
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! mountpoint -q /proc; then
|
if ! mountpoint -q /proc; then
|
||||||
msg="/proc mut be mounted"
|
msg="/proc must be mounted"
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user