Author: robert
Date: 2007-03-25 05:39:34 -0600 (Sun, 25 Mar 2007)
New Revision: 996

Modified:
   trunk/BOOK/chapter06/glibc.xml
Log:
cp --verbose

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2007-03-25 10:51:56 UTC (rev 995)
+++ trunk/BOOK/chapter06/glibc.xml      2007-03-25 11:39:34 UTC (rev 996)
@@ -130,7 +130,7 @@
 
 <para role="ssp">This next command adds the stack_chk_fail_local function
 to <filename class="libraryfile">libc.so</filename> so that
-<filename class="libraryfile">libc.so</filename>can be compiled with
+<filename class="libraryfile">libc.so</filename> can be compiled with
 <option>-fstack-protector</option> (by the hardened GCC specs):</para>
 
 <screen role="ssp"><userinput>sed 's/^$(common-objpfx)libc.so: 
$(elfobjdir)\/soinit.os \\/&amp;\
@@ -320,7 +320,7 @@
 Then create the <filename>/etc/localtime</filename> file by
 running:</para>
 
-<screen><userinput>cp --remove-destination 
/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
+<screen><userinput>cp -v --remove-destination 
/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     /etc/localtime</userinput></screen>
 
 <para>Replace <replaceable>[xxx]</replaceable> with the name of the time zone 
that the

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

Reply via email to