Changeset 0233560


Ignore:
Timestamp:
03/03/2013 03:54:41 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c528e3a
Parents:
9a181737
Message:

Remove extraneous ampersands from Kbd instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9a181737 r0233560  
    3838
    3939    <listitem>
     40      <para>2013-03-03</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Remove extraneous ampersands in Kbd instructions.
     44          Thanks to Jason Daly for the report.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2013-03-01</para>
    4151      <itemizedlist>
  • chapter06/kbd.xml

    r9a181737 r0233560  
    6161
    6262<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &amp;&amp;
    63 sed -i 's/resizecons.8 //' man/man8/Makefile.in &amp;&amp;</userinput></screen>
     63sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
    6464
    6565    <para>Prepare Kbd for compilation:</para>
  • general.ent

    r9a181737 r0233560  
    1 <!ENTITY version "SVN-20130302">
    2 <!ENTITY releasedate "March 2, 2013">
     1<!ENTITY version "SVN-20130303">
     2<!ENTITY releasedate "March 3, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.4">
Note: See TracChangeset for help on using the changeset viewer.