svn commit: r40923 - head/en_US.ISO8859-1/books/arch-handbook/isa
Warren Block
wblock at wonkity.com
Mon Feb 11 00:42:08 UTC 2013
On Mon, 11 Feb 2013, Rene Ladan wrote:
> 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 00:02:07 2013 (r40922)
> +++ head/en_US.ISO8859-1/books/arch-handbook/isa/chapter.xml Mon Feb 11 00:02:49 2013 (r40923)
> @@ -31,7 +31,7 @@
> </authorgroup>
> </chapterinfo>
>
> - <title>ISA device drivers</title>
> + <title>ISA Device Drivers</title>
>
> <sect1 id="isa-driver-synopsis">
> <title>Synopsis</title>
> @@ -49,7 +49,7 @@
> </sect1>
>
> <sect1 id="isa-driver-basics">
> - <title>Basic information</title>
> + <title>Basic Information</title>
>
> <para>A typical ISA driver would need the following include
> files:</para>
> @@ -208,7 +208,7 @@
> </sect1>
>
> <sect1 id="isa-driver-device-t">
> - <title>Device_t pointer</title>
> + <title>Device_t Pointer</title>
>
> <para><structname>Device_t</structname> is the pointer type for
> the device structure. Here we consider only the methods
Both of these two changes should really be
<structname>device_t</structname>, with the lower case "d" and the tags.
More information about the svn-doc-head
mailing list