svn commit: r40935 - head/en_US.ISO8859-1/books/arch-handbook/isa
Rene Ladan
rene at FreeBSD.org
Mon Feb 11 10:53:20 UTC 2013
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
More information about the svn-doc-head
mailing list