diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-07-14 09:57:56 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-07-14 09:57:56 +0000 |
commit | 2ce158f808e9fa19220862daf4fe7848b34e9f89 (patch) | |
tree | 788b1f569a440ab32988eb5821ac9890ab838026 | |
parent | 96a14eca7c7511cc0336af2ff0360614efbb953e (diff) |
Better command descriptions for kbd progs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10632 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kbd.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 669365703..fa415fdb8 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -270,7 +270,7 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> <varlistentry id="psfaddtable"> <term><command>psfaddtable</command></term> <listitem> - <para>A link to <command>psfxtable</command></para> + <para>Adds a Unicode character table to a console font</para> <indexterm zone="ch-system-kbd psfaddtable"> <primary sortas="b-psfaddtable">psfaddtable</primary> </indexterm> @@ -280,7 +280,8 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> <varlistentry id="psfgettable"> <term><command>psfgettable</command></term> <listitem> - <para>A link to <command>psfxtable</command></para> + <para>Extracts the embedded Unicode character table from a console + font</para> <indexterm zone="ch-system-kbd psfgettable"> <primary sortas="b-psfgettable">psfgettable</primary> </indexterm> @@ -290,7 +291,8 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> <varlistentry id="psfstriptable"> <term><command>psfstriptable</command></term> <listitem> - <para>A link to <command>psfxtable</command></para> + <para>Removes the embedded Unicode character table from a console + font</para> <indexterm zone="ch-system-kbd psfstriptable"> <primary sortas="b-psfstriptable">psfstriptable</primary> </indexterm> @@ -300,7 +302,7 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen> <varlistentry id="psfxtable"> <term><command>psfxtable</command></term> <listitem> - <para>Handle Unicode character tables for console fonts</para> + <para>Handles Unicode character tables for console fonts</para> <indexterm zone="ch-system-kbd psfxtable"> <primary sortas="b-psfxtable">psfxtable</primary> </indexterm> |