فهرست منبع

Grammar updates and a minor script touch up.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 14 سال پیش
والد
کامیت
5a58876838
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      bootscripts/lfs/init.d/rc
  2. 2 2
      prologue/why.xml

+ 1 - 1
bootscripts/lfs/init.d/rc

@@ -156,7 +156,7 @@ fi
 
 
 if [ "${previous}" == "N" ]; then export IN_BOOT=1; fi
 if [ "${previous}" == "N" ]; then export IN_BOOT=1; fi
 
 
-if [ "$runlevel" == "6" ] && [ -n ${FASTBOOT} ]; then
+if [ "$runlevel" == "6" ] && [ -n "${FASTBOOT}" ]; then
    touch /fastboot
    touch /fastboot
 fi
 fi
 
 

+ 2 - 2
prologue/why.xml

@@ -339,7 +339,7 @@
       <listitem>
       <listitem>
         <para>PCRE</para>
         <para>PCRE</para>
 
 
-        <para>This package is provides a library that can be used to implement
+        <para>This package provides a library that can be used to implement
         regular expression pattern matching using the same syntax and semantics
         regular expression pattern matching using the same syntax and semantics
         as Perl 5.  It is a mandatory dependency of Glib, and can also be used
         as Perl 5.  It is a mandatory dependency of Glib, and can also be used
         by Grep.</para>
         by Grep.</para>
@@ -468,7 +468,7 @@
 
 
         <para>This package contains programs for compressing and decompressing 
         <para>This package contains programs for compressing and decompressing 
         files.  It provides the highest compression generally available
         files.  It provides the highest compression generally available
-        and the useful for decompressing packages XZ or LZMA format.</para>
+        and is useful for decompressing packages XZ or LZMA format.</para>
       </listitem>
       </listitem>
 
 
       <listitem>
       <listitem>