Replace 2 programlisting tags where literal tags are more appropriate.

In one instance, a programlisting was inside a para tag, which should
be avoided entirely. Luckily, igor checks for those as well.
This commit is contained in:
Benedict Reuschling 2014-05-24 15:57:26 +00:00
parent ff0a08def0
commit a3efeb57d7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44939

View file

@ -83,13 +83,10 @@
<para>Most laptops come with two buttons on their pointing <para>Most laptops come with two buttons on their pointing
devices, which is rather problematic in X (since the middle devices, which is rather problematic in X (since the middle
button is commonly used to paste text); you can map a button is commonly used to paste text); you can map a
simultaneous left-right click in your X configuration to simultaneous left-right click in your X configuration to a
a middle button click with the line</para> middle button click with the line <literal>Option
"Emulate3Buttons"</literal> in <filename>xorg.conf</filename>
<programlisting>Option "Emulate3Buttons"</programlisting> in the <literal>InputDevice</literal> section.</para>
<para>in <filename>xorg.conf</filename> in the
<literal>InputDevice</literal> section.</para>
</sect1> </sect1>
<sect1 xml:id="modems"> <sect1 xml:id="modems">
@ -145,7 +142,7 @@
<para>If it is not running already, start the &man.pccardd.8; <para>If it is not running already, start the &man.pccardd.8;
daemon. (To enable it at boot time, add daemon. (To enable it at boot time, add
<programlisting>pccard_enable="YES"</programlisting> to <literal>pccard_enable="YES"</literal> to
<filename>/etc/rc.conf</filename>.) Now your cards should be <filename>/etc/rc.conf</filename>.) Now your cards should be
detected when you insert and remove them, and you should get detected when you insert and remove them, and you should get
log messages about new devices being enabled.</para> log messages about new devices being enabled.</para>