Просмотр исходного кода

Wording and format changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 4 лет назад
Родитель
Сommit
468045948c
1 измененных файлов с 7 добавлено и 5 удалено
  1. 7 5
      chapter06/file.xml

+ 7 - 5
chapter06/file.xml

@@ -43,14 +43,16 @@
   <sect2 role="installation">
     <title>Installation of File</title>
 
-    <para>The build host <quote>file</quote> command iwith the same version as
-    the one we are building is needed for building the signature file. Run the
-    following commands to build it:</para>
+    <para>
+       The <command>file</command> command on the build host needs 
+       to be same version as the one we are building in order to 
+       create the signature file. Run the following commands to build it:
+    </para>
 
 <screen><userinput remap="pre">mkdir build
 pushd build
-../configure
-make
+  ../configure
+  make
 popd</userinput></screen>
 
     <para>Prepare File for compilation:</para>