From a7732307f1f42c37f18c1f858c7c7077380c4064 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Fri, 1 Aug 2014 11:57:18 +0000 Subject: [PATCH] Merged two commits from trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 2 +- chapter08/kernel.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 85cc1aff9..1dce58834 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -44,7 +44,7 @@ Installation of GCC Our first build of GCC has installed a couple of internal system - headers. Normally one of them, limits.h will in turn + headers. Normally one of them, limits.h, will in turn include the corresponding system limits.h header, in this case, /tools/include/limits.h. However, at the time of the first build of gcc /tools/include/limits.h diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 3e6c0e8c3..c31fc1e4a 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -106,7 +106,7 @@ File systems ---> path to uevent helper Having an entry in this space will interfere with device - management when using udev/eudev. + management when using Udev/Eudev. @@ -114,7 +114,7 @@ File systems ---> Maintain a devtmpfs 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 item is required for all users of Udev/Eudev.