Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 19:28:25 -0800 (PST)
From:      anholt@FreeBSD.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/48427: Missing listitem/para in ISA chapter
Message-ID:  <200302180328.h1I3SOFd042934@leguin.anholt.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         48427
>Category:       docs
>Synopsis:       Missing listitem/para in ISA chapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 18 08:40:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     anholt@freebsd.org
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD leguin.anholt.dyndns.org 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Thu Feb 13 23:09:47 PST 2003 anholt@leguin.anholt.dyndns.org:/usr/src/current/sys/i386/compile/MYKERNEL i386


	
>Description:
	The description of the "parent" and "alignment" args to bus_dma_tag_create
in the ISA chapter of the developers handbook appear in the same list entry when 
they shouldn't.

>How-To-Repeat:
	
>Fix:

--- isadiff begins here ---
Index: en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml,v
retrieving revision 1.14
diff -u -r1.14 chapter.sgml
--- en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml	12 Jan 2003 18:31:38 -0000	1.14
+++ en_US.ISO8859-1/books/developers-handbook/isa/chapter.sgml	13 Feb 2003 20:26:04 -0000
@@ -791,7 +791,11 @@
         <itemizedlist>
 	  <listitem>
             <para><emphasis>parent</emphasis> - parent tag, or NULL to
-              create a top-level tag <emphasis>alignment</emphasis> -
+              create a top-level tag.</para>
+	  </listitem>
+
+	  <listitem>
+            <para><emphasis>alignment</emphasis> -
               required physical alignment of the memory area to be
               allocated for this tag. Use value 1 for <quote>no specific
               alignment</quote>. Applies only to the future
--- isadiff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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