Browse Source

Fixing two typos, moving revisedchroot one notch up.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud 22 năm trước cách đây
mục cha
commit
16cc39bc2f
4 tập tin đã thay đổi với 5 bổ sung22 xóa
  1. 3 3
      chapter06/bison.xml
  2. 1 1
      chapter06/chapter06.xml
  3. 0 17
      chapter06/create-utmp.xml
  4. 1 1
      chapter06/groff.xml

+ 3 - 3
chapter06/bison.xml

@@ -13,12 +13,12 @@ Estimated required disk space:  &bison-compsize;</screen>
 <sect2>
 <title>Installation of Bison</title>
 
-<para>First we use a patch to bison, backported from CVS, which fixes a minor
-compilation problem with some packages:</para>
+<para>First fix a minor compilation problem that Bison has with some packages,
+the patch is backported from CVS:</para>
 
 <screen><userinput>patch -Np1 -i ../&bison-patch;</userinput></screen>
 
-<para>Prepare Bison for compilation:</para>
+<para>Now prepare Bison for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>
 

+ 1 - 1
chapter06/chapter06.xml

@@ -424,7 +424,6 @@ different.</para>
 &c6-sysvinit;
 &c6-tar;
 &c6-utillinux;
-&c6-gcc-2953;
 
 
 <sect1 id="ch06-revisedchroot">
@@ -447,6 +446,7 @@ just yet. There is still some use for it towards the end of the book.</para>
 </sect1>
 
 
+&c6-gcc-2953;
 &c6-bootscripts;
 &c6-aboutdebug;
 

+ 0 - 17
chapter06/create-utmp.xml

@@ -1,17 +0,0 @@
-<sect2>
-<title>Creating the /var/run/utmp, /var/log/wtmp and /var/log/btmp files</title>
-
-<para>Programs like login, shutdown, uptime and others want to read from and 
-write to the /var/run/utmp, /var/log/btmp and /var/log/wtmp. These files contain 
-information about who is currently logged in. They also contain information 
-on when the computer was last booted and shutdown and a record of the
-bad login attempts.</para>
-
-<para>Create these files with their proper permissions by running the
-following commands:</para>
-
-<screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} &amp;&amp;
-chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen>
-
-</sect2>
-

+ 1 - 1
chapter06/groff.xml

@@ -31,7 +31,7 @@ live elsewhere, you may want to change <emphasis>PAGE=letter</emphasis> to
 <screen><userinput>make install</userinput></screen>
 
 <para>Some documentation programs, such as <userinput>xman</userinput>,
-will not work work properly without the following symlinks:</para>
+will not work properly without the following symlinks:</para>
 
 <screen><userinput>ln -s soelim /usr/bin/zsoelim
 ln -s eqn /usr/bin/geqn