浏览代码

Merged two commits from trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 11 年之前
父节点
当前提交
a7732307f1
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      chapter05/gcc-pass2.xml
  2. 2 2
      chapter08/kernel.xml

+ 1 - 1
chapter05/gcc-pass2.xml

@@ -44,7 +44,7 @@
     <title>Installation of GCC</title>
     <title>Installation of GCC</title>
 
 
     <para>Our first build of GCC has installed a couple of internal system
     <para>Our first build of GCC has installed a couple of internal system
-    headers.  Normally one of them, <filename>limits.h</filename> will in turn
+    headers.  Normally one of them, <filename>limits.h</filename>, will in turn
     include the corresponding system <filename>limits.h</filename> header, in
     include the corresponding system <filename>limits.h</filename> header, in
     this case, <filename>/tools/include/limits.h</filename>. However, at the
     this case, <filename>/tools/include/limits.h</filename>. However, at the
     time of the first build of gcc <filename>/tools/include/limits.h</filename>
     time of the first build of gcc <filename>/tools/include/limits.h</filename>

+ 2 - 2
chapter08/kernel.xml

@@ -106,7 +106,7 @@ File systems  ---&gt;
         <term><parameter>path to uevent helper</parameter></term>
         <term><parameter>path to uevent helper</parameter></term>
         <listitem>
         <listitem>
           <para>Having an entry in this space will interfere with device
           <para>Having an entry in this space will interfere with device
-          management when using udev/eudev. </para>
+          management when using Udev/Eudev. </para>
         </listitem>
         </listitem>
       </varlistentry>
       </varlistentry>
 
 
@@ -114,7 +114,7 @@ File systems  ---&gt;
         <term><parameter>Maintain a devtmpfs</parameter></term>
         <term><parameter>Maintain a devtmpfs</parameter></term>
         <listitem>
         <listitem>
           <para>This will create automated device nodes which are populated by the
           <para>This will create automated device nodes which are populated by the
-          kernel, even without udev running.  Udev then runs on top of this,
+          kernel, even without Udev running.  Udev then runs on top of this,
           managing permissions and adding symlinks.  This configuration
           managing permissions and adding symlinks.  This configuration
           item is required for all users of Udev/Eudev.</para>
           item is required for all users of Udev/Eudev.</para>
         </listitem>
         </listitem>