Replace <term><command><arg> with <term><property><parameter> to describe
options in the config file because: * <arg> can only be used within <cmdsynopsis>. * <cmdsynopsis> does not allow text outside <command> and <arg>. * <arg> does not allow decorating elements like <literal> or <emphasis>. This fixes #2803057. Add shortcut entities for commonly used parameters (yes/no, size). Remove Debian patch which is obsoleted by above changes.
This commit is contained in:
@@ -81,14 +81,14 @@ Then you have to modify the <code>[lirc]</code> section of your
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command>lircrc</command> =
|
||||
<arg choice="plain"><replaceable>FILENAME</replaceable></arg>
|
||||
<property>lircrc</property> =
|
||||
<parameter><replaceable>FILENAME</replaceable></parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<anchor id="which-lircrc" />
|
||||
Normally all LIRC clients scan the file <filename>~/.lircrc</filename>.
|
||||
However, you might want to have a separate file to configure the LCDproc lirc driver only.
|
||||
However, you might want to have a separate file to configure the LCDproc lirc driver only.
|
||||
</para>
|
||||
<para>
|
||||
This option enables you to specify the file you want the lirc driver to scan.
|
||||
@@ -99,8 +99,8 @@ Then you have to modify the <code>[lirc]</code> section of your
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<command>Prog</command> =
|
||||
<arg choice="plain"><replaceable>PROGRAM</replaceable></arg>
|
||||
<property>Prog</property> =
|
||||
<parameter><replaceable>PROGRAM</replaceable></parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user