From 540dde151e056c25550febe848d406128d9bb9d6 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 14 Jun 2018 15:30:47 +0000 Subject: Typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs.xml | 6 +----- chapter06/make.xml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 36f5d0bc9..f95317273 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -43,11 +43,7 @@ Installation of E2fsprogs - The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: @@ -151,7 +147,7 @@ make LD_LIBRARY_PATH=/tools/lib check .info file but doesn't update the system-wide dir file. Unzip this file and then update the system dir file using the following - commands. + commands: gunzip -v /usr/share/info/libext2fs.info.gz install-info --dir-file=/usr/share/info/dir /usr/share/info/libext2fs.info diff --git a/chapter06/make.xml b/chapter06/make.xml index e52fff2cf..bf57ce74c 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -52,7 +52,7 @@ make The test suite needs to know where supporting perl files are located. - We use an envronment variable to accomplish this. To test the + We use an environment variable to accomplish this. To test the results, issue: make PERL5LIB=$PWD/tests/ check -- cgit v1.2.3-54-g00ecf