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:
parent
ff0a08def0
commit
a3efeb57d7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44939
1 changed files with 5 additions and 8 deletions
|
@ -83,13 +83,10 @@
|
|||
<para>Most laptops come with two buttons on their pointing
|
||||
devices, which is rather problematic in X (since the middle
|
||||
button is commonly used to paste text); you can map a
|
||||
simultaneous left-right click in your X configuration to
|
||||
a middle button click with the line</para>
|
||||
|
||||
<programlisting>Option "Emulate3Buttons"</programlisting>
|
||||
|
||||
<para>in <filename>xorg.conf</filename> in the
|
||||
<literal>InputDevice</literal> section.</para>
|
||||
simultaneous left-right click in your X configuration to a
|
||||
middle button click with the line <literal>Option
|
||||
"Emulate3Buttons"</literal> in <filename>xorg.conf</filename>
|
||||
in the <literal>InputDevice</literal> section.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="modems">
|
||||
|
@ -145,7 +142,7 @@
|
|||
|
||||
<para>If it is not running already, start the &man.pccardd.8;
|
||||
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
|
||||
detected when you insert and remove them, and you should get
|
||||
log messages about new devices being enabled.</para>
|
||||
|
|
Loading…
Reference in a new issue