Ver código fonte

Remove extraneous ampersands from Kbd instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 12 anos atrás
pai
commit
0233560f76
3 arquivos alterados com 13 adições e 3 exclusões
  1. 10 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/kbd.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2013-03-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Remove extraneous ampersands in Kbd instructions.
+          Thanks to Jason Daly for the report.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2013-03-01</para>
       <itemizedlist>

+ 1 - 1
chapter06/kbd.xml

@@ -60,7 +60,7 @@
     manpage.</para>
 
 <screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &amp;&amp;
-sed -i 's/resizecons.8 //' man/man8/Makefile.in &amp;&amp;</userinput></screen>
+sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
 
     <para>Prepare Kbd for compilation:</para>
 

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130302">
-<!ENTITY releasedate "March 2, 2013">
+<!ENTITY version "SVN-20130303">
+<!ENTITY releasedate "March 3, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.4">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->