svn commit: r44939 - head/en_US.ISO8859-1/articles/laptop
Benedict Reuschling
bcr at FreeBSD.org
Sat May 24 15:57:27 UTC 2014
Author: bcr
Date: Sat May 24 15:57:26 2014
New Revision: 44939
URL: http://svnweb.freebsd.org/changeset/doc/44939
Log:
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.
Modified:
head/en_US.ISO8859-1/articles/laptop/article.xml
Modified: head/en_US.ISO8859-1/articles/laptop/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/laptop/article.xml Sat May 24 15:52:09 2014 (r44938)
+++ head/en_US.ISO8859-1/articles/laptop/article.xml Sat May 24 15:57:26 2014 (r44939)
@@ -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>
More information about the svn-doc-head
mailing list