From owner-svn-doc-all@FreeBSD.ORG Mon Feb 11 10:53:20 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DA779A71; Mon, 11 Feb 2013 10:53:20 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C8BB61A8F; Mon, 11 Feb 2013 10:53:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1BArKgj060132; Mon, 11 Feb 2013 10:53:20 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1BArKU0060131; Mon, 11 Feb 2013 10:53:20 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302111053.r1BArKU0060131@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 10:53:20 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 10:53:20 -0000 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 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 @@ - Device_t Pointer + <structname>device_t</structname> Pointer - Device_t is the pointer type for + device_t 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