OSDN Git Service

[LFS-SVN] SVN-20150331, Changeset 10889 対応。
authormatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Thu, 9 Apr 2015 01:05:43 +0000 (01:05 +0000)
committermatsuand <matsuand@d6661c75-0afd-443a-aae1-cb31083e41e8>
Thu, 9 Apr 2015 01:05:43 +0000 (01:05 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/lfsbookja/trunk@974 d6661c75-0afd-443a-aae1-cb31083e41e8

lfsbook/src/appendices/dependencies.ch
lfsbook/src/chapter05/libstdc++.ch
lfsbook/src/chapter05/linux-headers.ch
lfsbook/src/chapter06/glibc.ch

index 0975cdd..89eb16a 100644 (file)
 
 %----------------------------------------------------------------------
 @x Eudev
-         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
+         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf,
          Make, and Sed</seg>
 @y
-         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
+         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf,
          Make, Sed</seg>
 @z
 @x
index 032b0a4..460cbbe 100644 (file)
@@ -79,8 +79,8 @@
 @z
 
 @x --disable-libstdcxx-threads
-          <para>Since we have not built the thread C library, the C++
-          one cannot be built as well.</para>
+          <para>Since we have not yet built the C threads library, the C++
+          one cannot be built either.</para>
 @y
           <para>
           C スレッドライブラリはまだ生成していないため、C++ スレッドライブラリも生成しないようにします。
index cad6a16..30df61f 100644 (file)
 @z
 
 @x
-    <para>Make sure there are no stale files and dependencies lying around
-    from previous activity:</para>
+    <para>Make sure there are no stale files embedded in the package:</para>
 @y
     <para>
-    これより前に一度処理を行っていたとしても、不適切なファイルや誤った依存関係を残さないように、以下を処理します。
+    本パッケージ内にある不適切なファイルを残さないように、以下を処理します。
     </para>
 @z
 
index 71d6dda..194c205 100644 (file)
 @z
 
 @x
+  <title>Adding nsswitch.conf</title>
+@y
+  <title>nsswitch.conf の追加</title>
+@z
+
+@x
     <para>The <filename>/etc/nsswitch.conf</filename> file needs to be created
-    because, although Glibc provides defaults when this file is missing or corrupt,
-    the Glibc defaults do not work well in a networked environment. The time zone
-    also needs to be configured.</para>
+    because the Glibc defaults do not work well in a networked environment.
+    </para>
 @y
     <para>
     <filename>/etc/nsswitch.conf</filename> ファイルを作成しておく必要があります。
-    Glibc はこのファイルが無い場合や誤っている場合でもデフォルト設定を用いて動作しますが、ネットワーク環境下ではデフォルト設定であっても正しく動作しません。
-    またタイムゾーンの設定も必要になります。
+    Glibc はデフォルトでは、このファイルが無い場合にネットワーク環境が正しく動作しません。
     </para>
 @z
 
 @z
 
 @x
-    <para>Install timezone data:</para>
+    <title>Adding time zone data</title>
+@y
+    <title>タイムゾーンデータの追加</title>
+@z
+
+@x
+    <para>Install and set up the timezone data with the following:</para>
 @y
-    <para>タイムゾーンデータをインストールします。</para>
+    <para>以下によりタイムゾーンデータをインストールし設定します。</para>
 @z
 
 @x