fix typo's: rom->from

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1405 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-12-28 16:31:12 +00:00
parent 5997cf9fed
commit 04a0d3d498

View File

@ -5,21 +5,21 @@
installed:</para>
<literallayout>
sh rom the bash package
sh from the bash package
as rom the binutils package
ld rom the binutils package
strip rom the binutils package
as from the binutils package
ld from the binutils package
strip from the binutils package
cp rom the fileutils package
cp from the fileutils package
install from the fileutils package
rm rom the fileutils package
rm from the fileutils package
make rom the make package
make from the make package
cc rom the gcc package
cc from the gcc package
sed rom the sed package
sed from the sed package
date from the sh-utils package