Removed the unneeded -e option from the Sed command in the chap6 Findutils page, for consistency.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Robert Connolly 2008-12-19 04:40:18 +00:00
parent 262dcabc7a
commit c23c59f53b
3 changed files with 13 additions and 3 deletions

View File

@ -37,6 +37,16 @@
--> -->
<listitem>
<para>2008-12-18</para>
<itemizedlist>
<listitem>
<para>[robert] - Removed the unneeded -e option from the Sed command
in the chap6 Findutils page, for consistency.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2008-12-07</para> <para>2008-12-07</para>
<itemizedlist> <itemizedlist>

View File

@ -81,7 +81,7 @@
script also needs to be modified to correct an explicit path:</para> script also needs to be modified to correct an explicit path:</para>
<screen><userinput remap="install">mv -v /usr/bin/find /bin <screen><userinput remap="install">mv -v /usr/bin/find /bin
sed -i -e 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen> sed -i 's/find:=${BINDIR}/find:=\/bin/' /usr/bin/updatedb</userinput></screen>
</sect2> </sect2>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20081207"> <!ENTITY version "SVN-20081218">
<!ENTITY releasedate "December 7, 2008"> <!ENTITY releasedate "December 18, 2008">
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0"> <!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->