diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-01 15:54:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-01 15:54:53 -0700 |
commit | d98561ac2b8c36aec665c2b676705ec7e8d05b03 (patch) | |
tree | 3d804ab7d80d16498334944ce55f655955099c8e | |
parent | 939f07b30537a18795bd8101b6049d397a00470f (diff) |
XKB-Config.xml: convert itemizedlist to variablelist
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | general/input/XKB-Config.xml | 71 |
1 files changed, 37 insertions, 34 deletions
diff --git a/general/input/XKB-Config.xml b/general/input/XKB-Config.xml index 82e479f..4fcb132 100644 --- a/general/input/XKB-Config.xml +++ b/general/input/XKB-Config.xml @@ -57,40 +57,43 @@ fulfill your needs. <para> The parameters are: - <itemizedlist> - <listitem> - - <para> -<literal remap="tt">XkbRules </literal>- files of rules to be used for keyboard mapping -composition - </para> - </listitem> - - <listitem> - <para> -<literal remap="tt">XkbModel </literal>- name of the model of your keyboard type - </para> - </listitem> - - <listitem> - <para> -<literal remap="tt">XkbLayout </literal>- layout(s) you intend to use - </para> - </listitem> - - <listitem> - <para> -<literal remap="tt">XkbVariant </literal>- variant(s) of the layout you intend to use - </para> - </listitem> - - <listitem> - <para> -<literal remap="tt">XkbOptions </literal>- extra xkb configuration options - </para> - </listitem> - - </itemizedlist> + <variablelist> + <varlistentry> + <term><option>XkbRules</option></term> + <listitem><para> +files of rules to be used for keyboard mapping composition + </para></listitem> + </varlistentry> + + <varlistentry> + <term><option>XkbModel</option></term> + <listitem><para> + name of the model of your keyboard type + </para></listitem> + </varlistentry> + + <varlistentry> + <term><option>XkbLayout</option></term> + <listitem><para> + layout(s) you intend to use + </para></listitem> + </varlistentry> + + <varlistentry> + <term><option>XkbVariant</option></term> + <listitem><para> + variant(s) of the layout you intend to use + </para></listitem> + </varlistentry> + + <varlistentry> + <term><option>XkbOptions</option></term> + <listitem><para> + extra xkb configuration options + </para></listitem> + </varlistentry> + + </variablelist> </para> |