Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 10:53:20 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40935 - head/en_US.ISO8859-1/books/arch-handbook/isa
Message-ID:  <201302111053.r1BArKU0060131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Feb 11 10:53:20 2013
New Revision: 40935
URL: http://svnweb.freebsd.org/changeset/doc/40935

Log:
  Wrap a device_t instance in <structname> tags and
  fix a false positive from igor.
  
  Submitted by:	wblock
  Approved by:	gjb (mentor)

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

Modified: head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml	Mon Feb 11 05:26:22 2013	(r40934)
+++ head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml	Mon Feb 11 10:53:20 2013	(r40935)
@@ -208,9 +208,9 @@
     </sect1>
 
     <sect1 id="isa-driver-device-t">
-      <title>Device_t Pointer</title>
+      <title><structname>device_t</structname> Pointer</title>
 
-      <para><structname>Device_t</structname> is the pointer type for
+      <para><structname>device_t</structname> is the pointer type for
 	the device structure. Here we consider only the methods
 	interesting from the device driver writer's standpoint.  The
 	methods to manipulate values in the device structure



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