[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 6243b1f51b0a374054c33503b5d28cf55415c837

git git at cross-lfs.org
Sat Nov 24 03:33:42 PST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  6243b1f51b0a374054c33503b5d28cf55415c837 (commit)
      from  12736def7f89ae3cf9c450bb1d6ca969f3dcee01 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6243b1f51b0a374054c33503b5d28cf55415c837
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Nov 24 06:33:08 2012 -0500

    Text updates

diff --git a/BOOK/boot/common/devices.xml b/BOOK/boot/common/devices.xml
index 91b708b..86334dd 100644
--- a/BOOK/boot/common/devices.xml
+++ b/BOOK/boot/common/devices.xml
@@ -38,7 +38,10 @@
 <screen><userinput>mknod -m 600 ${CLFS}/dev/console c 5 1
 mknod -m 666 ${CLFS}/dev/null c 1 3</userinput></screen>
 
-    <para>Before udev starts a tmpfs filesystem is mounted over <filename class="directory">/dev</filename> and the previous entries are no-longer available. The folling command creates files that are copied over by the udev bootscript:</para>
+    <para>Before udev starts, a tmpfs filesystem is mounted over
+    <filename class="directory">/dev</filename> and the previous entries are
+    no longer available. The following command creates files that are copied
+    over by the udev bootscript:</para>
 
 <screen><userinput>mknod -m 600 ${CLFS}/lib/udev/devices/console c 5 1
 mknod -m 666 ${CLFS}/lib/udev/devices/null c 1 3</userinput></screen>
diff --git a/BOOK/boot/common/sysvinit.xml b/BOOK/boot/common/sysvinit.xml
index abd8206..f0cbdad 100644
--- a/BOOK/boot/common/sysvinit.xml
+++ b/BOOK/boot/common/sysvinit.xml
@@ -23,7 +23,7 @@
     <title>Installation of Sysvinit</title>
 
     <para os="aa">The following modifications help locate files specific to this
-    perticular build:</para>
+    particular build:</para>
 
 <screen os="ab"><userinput>cp -v src/Makefile{,.orig}
 sed -e 's,/usr/lib,/tools/lib,g' \

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/common/devices.xml  |    5 ++++-
 BOOK/boot/common/sysvinit.xml |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list