Przeglądaj źródła

Typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 7 lat temu
rodzic
commit
540dde151e
2 zmienionych plików z 2 dodań i 6 usunięć
  1. 1 5
      chapter06/e2fsprogs.xml
  2. 1 1
      chapter06/make.xml

+ 1 - 5
chapter06/e2fsprogs.xml

@@ -43,11 +43,7 @@
 
   <sect2 role="installation">
     <title>Installation of E2fsprogs</title>
-<!--
-    <para>First, fix a script that adjusts testing output:</para>
 
-<screen><userinput remap="pre">sed -i -e 's:\[\.-\]::' tests/filter.sed</userinput></screen>
--->
     <para>The E2fsprogs documentation recommends that the package be built in
     a subdirectory of the source tree: </para>
 
@@ -151,7 +147,7 @@ make LD_LIBRARY_PATH=/tools/lib check</userinput></screen>
     <filename class="extension">.info</filename> file but doesn't update the
     system-wide <filename>dir</filename> file. Unzip this file and then update
     the system <filename>dir</filename> file using the following
-    commands.</para>
+    commands:</para>
 
 <screen><userinput remap="install">gunzip -v /usr/share/info/libext2fs.info.gz
 install-info --dir-file=/usr/share/info/dir /usr/share/info/libext2fs.info</userinput></screen>

+ 1 - 1
chapter06/make.xml

@@ -52,7 +52,7 @@
 <screen><userinput remap="make">make</userinput></screen>
 
     <para>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:</para>
 
 <screen><userinput remap="test">make PERL5LIB=$PWD/tests/ check</userinput></screen>