Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2017 21:37:15 +0000 (UTC)
From:      Bjoern Heidotting <bhd@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r50592 - head/en_US.ISO8859-1/books/handbook/kernelconfig
Message-ID:  <201707272137.v6RLbFTS093002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhd
Date: Thu Jul 27 21:37:15 2017
New Revision: 50592
URL: https://svnweb.freebsd.org/changeset/doc/50592

Log:
  There is no need for a detached <programlisting> here.

Modified:
  head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Thu Jul 27 21:29:51 2017	(r50591)
+++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Thu Jul 27 21:37:15 2017	(r50592)
@@ -218,10 +218,9 @@ ath0@pci0:3:0:0:        class=0x020000 card=0x058a1014
       used to display a list of manual pages which contain a
       particular device brand or name:</para>
 
-    <screen>&prompt.root; <userinput>man -k <replaceable>Atheros</replaceable></userinput></screen>
-
-    <programlisting>ath(4)                   - Atheros IEEE 802.11 wireless network driver
-ath_hal(4)               - Atheros Hardware Access Layer (HAL)</programlisting>
+    <screen>&prompt.root; <userinput>man -k <replaceable>Atheros</replaceable></userinput>
+ath(4)                   - Atheros IEEE 802.11 wireless network driver
+ath_hal(4)               - Atheros Hardware Access Layer (HAL)</screen>
 
     <para>Once the hardware inventory list is created, refer to it
       to ensure that drivers for installed hardware are not removed



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