Author: bdubbs
Date: 2011-01-24 12:05:52 -0700 (Mon, 24 Jan 2011)
New Revision: 9449

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/coreutils.xml
   trunk/BOOK/chapter08/grub.xml
   trunk/BOOK/general.ent
Log:
Move chroot man page to man8

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-01-23 11:55:37 UTC (rev 9448)
+++ trunk/BOOK/chapter01/changelog.xml  2011-01-24 19:05:52 UTC (rev 9449)
@@ -37,6 +37,16 @@
 
 -->
     <listitem>
+      <para>2011-01-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] Move chroot man page to man8.  Fixes
+          <ulink url="&lfs-ticket-root;2823">#2782</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-01-23</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml  2011-01-23 11:55:37 UTC (rev 9448)
+++ trunk/BOOK/chapter06/coreutils.xml  2011-01-24 19:05:52 UTC (rev 9449)
@@ -122,7 +122,9 @@
 <screen><userinput remap="install">mv -v 
/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
 mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
 mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
-mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
+mv -v /usr/bin/chroot /usr/sbin
+mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
+sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
 
     <para>Some of the scripts in the LFS-Bootscripts package depend on
     <command>head</command>, <command>sleep</command>, and

Modified: trunk/BOOK/chapter08/grub.xml
===================================================================
--- trunk/BOOK/chapter08/grub.xml       2011-01-23 11:55:37 UTC (rev 9448)
+++ trunk/BOOK/chapter08/grub.xml       2011-01-24 19:05:52 UTC (rev 9449)
@@ -197,10 +197,11 @@
      <title>Testing the Configuration</title>
 
      <para>The core image of GRUB is also a Multiboot kernel, so if you already
-     have GRUB Legacy loaded you can load GRUB-&grub-version; through your old
-     boot loader.  To accomplish this, you will need to exit the
-     <command>chroot</command> environment and re-enter it to finish the
-     few remaining portions of the book.</para>
+     have <emphasis>GRUB Legacy</emphasis> loaded you can load
+     GRUB-&grub-version; through your old boot loader.  To accomplish this, you
+     will need to exit the <command>chroot</command> environment now and
+     re-enter it in the next section to finish the few remaining portions of
+     the book.</para>
 
 <screen role="nodump"><userinput>/sbin/reboot
 ...

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-01-23 11:55:37 UTC (rev 9448)
+++ trunk/BOOK/general.ent      2011-01-24 19:05:52 UTC (rev 9449)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110123">
-<!ENTITY releasedate "January 23, 2011">
+<!ENTITY version "SVN-20110124">
+<!ENTITY releasedate "January 24, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to