From owner-svn-doc-all@FreeBSD.ORG Sat May 24 15:57:27 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E636DEB; Sat, 24 May 2014 15:57:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCF42681; Sat, 24 May 2014 15:57:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OFvRuS065295; Sat, 24 May 2014 15:57:27 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OFvRL2065294; Sat, 24 May 2014 15:57:27 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201405241557.s4OFvRL2065294@svn.freebsd.org> From: Benedict Reuschling Date: Sat, 24 May 2014 15:57:27 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 15:57:27 -0000 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 @@ 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 - - Option "Emulate3Buttons" - - in xorg.conf in the - InputDevice section. + simultaneous left-right click in your X configuration to a + middle button click with the line Option + "Emulate3Buttons" in xorg.conf + in the InputDevice section. @@ -145,7 +142,7 @@ If it is not running already, start the &man.pccardd.8; daemon. (To enable it at boot time, add - pccard_enable="YES" to + pccard_enable="YES" to /etc/rc.conf.) Now your cards should be detected when you insert and remove them, and you should get log messages about new devices being enabled.