Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 15:57:27 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r44939 - head/en_US.ISO8859-1/articles/laptop
Message-ID:  <201405241557.s4OFvRL2065294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405241557.s4OFvRL2065294>