diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-28 16:31:12 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-28 16:31:12 +0000 |
commit | 04a0d3d4984efe8e6fd2eeb200a0291bb251ea04 (patch) | |
tree | 36e32c9bc8c6f30988eb415a858da2d1f025d8cb /appendixa | |
parent | 5997cf9fedd2eea062a629821b0ae69cdc16e0fa (diff) |
fix typo's: rom->from
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1405 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/netkitbase-dep.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/appendixa/netkitbase-dep.xml b/appendixa/netkitbase-dep.xml index 68de046e3..0f0efa3c9 100644 --- a/appendixa/netkitbase-dep.xml +++ b/appendixa/netkitbase-dep.xml @@ -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 |