From owner-svn-doc-head@FreeBSD.ORG Mon Feb 11 00:42:07 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E2E64C3E; Mon, 11 Feb 2013 00:42:07 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A2D80AF1; Mon, 11 Feb 2013 00:42:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r1B0g1l3015430; Sun, 10 Feb 2013 17:42:01 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r1B0g1AN015427; Sun, 10 Feb 2013 17:42:01 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 10 Feb 2013 17:42:01 -0700 (MST) From: Warren Block To: Rene Ladan Subject: Re: svn commit: r40923 - head/en_US.ISO8859-1/books/arch-handbook/isa In-Reply-To: <201302110002.r1B02oed063773@svn.freebsd.org> Message-ID: References: <201302110002.r1B02oed063773@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sun, 10 Feb 2013 17:42:01 -0700 (MST) Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 00:42:08 -0000 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 @@ > > > > - ISA device drivers > + ISA Device Drivers > > > Synopsis > @@ -49,7 +49,7 @@ > > > > - Basic information > + Basic Information > > A typical ISA driver would need the following include > files: > @@ -208,7 +208,7 @@ > > > > - Device_t pointer > + Device_t Pointer > > Device_t is the pointer type for > the device structure. Here we consider only the methods Both of these two changes should really be device_t, with the lower case "d" and the tags.