diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-03 15:54:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-03 15:54:41 +0000 |
commit | 0233560f7603a0fcff2cd8442ad474b9306bc320 (patch) | |
tree | 2b58bc46479aafd14bc4055de2f9a5713118db58 | |
parent | 9a1817376b8a9f8074e25249631e4c8e8e340134 (diff) |
Remove extraneous ampersands from Kbd instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/kbd.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 13 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 29a2eda1c..4f1d38315 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <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> <listitem> diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index b184f65a9..39c18b1cd 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -60,7 +60,7 @@ manpage.</para> <screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure && -sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen> +sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen> <para>Prepare Kbd for compilation:</para> diff --git a/general.ent b/general.ent index 8f14fbe21..d08661830 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.4"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |