Changeset 15faad9 for chapter06/kbd.xml


Ignore:
Timestamp:
05/01/2012 11:15:08 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
72f3ca7
Parents:
f868dbc6
Message:

kbd-1.15.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kbd.xml

    rf868dbc6 r15faad9  
    2424    <title/>
    2525
    26     <para>The Kbd package contains key-table files and keyboard utilities.</para>
     26    <para>The Kbd package contains key-table files, console fonts, and keyboard
     27    utilities.</para>
    2728
    2829    <segmentedlist>
     
    4142    <title>Installation of Kbd</title>
    4243
     44    <para>The behaviour of <command>loadkeys</command> when run without a
     45    filename was broken in this release. The following patch fixes this:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&kbd-fixes-patch;</userinput></screen>
     48
    4349    <para>The behaviour of the Backspace and Delete keys is not consistent
    4450    across the keymaps in the Kbd package. The following patch fixes this
     
    4955    <para>After patching, the Backspace key generates the character with code 127,
    5056    and the Delete key generates a well-known escape sequence.</para>
     57
     58    <para>Fix a bug in the Spanish message translations which prevents kbd from
     59    building with gettext-&gettext-version;:</para>
     60
     61<screen><userinput remap="pre">sed -i '/guardado\ el/s/\(^.*en\ %\)\(.*\)/\14\$\2/' po/es.po</userinput></screen>
    5162
    5263    <para>Prepare Kbd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.