Chris Staub wrote these words on 07/18/06 09:08 CST:
> Patch with a number of text fixes for the book. In particular, that note 
> in the kernel page about GCC 2.95.3 is unneeded since the kernel 
> documentation has now been updated.


>      <para>Disable the installation of the <command>groups</command> program
> -    and its man page, as Coreutils provides a better version:</para>
> +    and its man pages, as Coreutils provides a better version:</para>

I'm not sure this is correct, as there is only one man page for the
groups program. Why should its man page be referenced as plural?


> -install -dv -m 1777 /tmp /var/tmp
> +install -dv -m 1777 {/var,}/tmp

This syntax looks wrong to me. Seems it would create a /var/tmp
dir but not /tmp.


> -for dir in /usr /usr/local; do
> +for dir in /usr{,/local}; do

What is gained here other than two keystrokes less at the expense
of a much more complex syntax? Is it worth it?


>      <para>Disable the installation of the <command>groups</command> program
> -    and its man page, as Coreutils provides a better version:</para>
> +    and its man pages, as Coreutils provides a better version:</para>

Ditto earlier.


> -install -dv -m 1777 /tmp /var/tmp
> +install -dv -m 1777 {/var,}/tmp

Ditto earlier.


> -for dir in /usr /usr/local; do
> +for dir in /usr{,/local}; do

Ditto earlier.

-- 
Randy

rmlscsi: [bogomips 1003.23] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
09:22:00 up 11 days, 19:30, 1 user, load average: 0.19, 0.33, 0.21
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to