svn commit: r43817 - head/en_US.ISO8859-1/books/handbook/kernelconfig

Taras Korenko taras at FreeBSD.org
Fri Feb 7 07:59:01 UTC 2014


Author: taras
Date: Fri Feb  7 07:59:00 2014
New Revision: 43817
URL: http://svnweb.freebsd.org/changeset/doc/43817

Log:
  Add <userinput> tags.
  
  Noted by:  wblock

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	Fri Feb  7 07:21:58 2014	(r43816)
+++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml	Fri Feb  7 07:59:00 2014	(r43817)
@@ -204,7 +204,7 @@ psm0: model Generic PS/2 mouse, device I
       &man.pciconf.8;, which provides more verbose output.  For
       example:</para>
 
-    <screen>&prompt.user; pciconf -lv
+    <screen>&prompt.user; <userinput>pciconf -lv</userinput>
 ath0 at pci0:3:0:0:        class=0x020000 card=0x058a1014 chip=0x1014168c rev=0x01 hdr=0x00
     vendor     = 'Atheros Communications Inc.'
     device     = 'AR5212 Atheros AR5212 802.11abg wireless'
@@ -220,7 +220,7 @@ ath0 at pci0:3:0:0:        class=0x020000 c
       display a list of manual pages which contain the specified
       word:</para>
 
-    <screen>&prompt.root; man -k <replaceable>Atheros</replaceable></screen>
+    <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>


More information about the svn-doc-head mailing list