diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-25 22:11:46 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-25 22:11:46 +0000 |
commit | 5c8d96581438b6d5b7ebd911e93daf2bbf7fab60 (patch) | |
tree | 372b64dea9af3c395ebcdbde229fe2a0cf0041d9 /chapter06/glibc.xml | |
parent | d962702a7c316b338f9497598e1401fed71b28b3 (diff) |
Adding note on why MAKEDEV must remain in /dev.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3183 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 3009a84d2..1a1cce808 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -51,8 +51,8 @@ cd ../glibc-build</userinput></screen> location of the <filename>pt_chown</filename> program from its default of <filename class="directory">/usr/libexec</filename> to <filename class="directory">/usr/lib</filename>. The use of -<emphasis>libexec</emphasis> is considered not FHS compliant because the FHS -doesn't even mention it.</para></listitem> +<emphasis>libexec</emphasis> is considered not to be FHS-compliant because the +FHS doesn't even mention it.</para></listitem> <listitem><para><userinput>--with-headers=/usr/include</userinput>: This ensures that the kernel headers in <filename>/usr/include</filename> are used |