Date: Sun, 2 Feb 2003 00:39:55 -0500 From: Craig Rodrigues <rodrigc@attbi.com> To: freebsd-doc@freebsd.org Subject: Minor grammar fixo Message-ID: <20030202053955.GA38125@attbi.com>
next in thread | raw e-mail | index | archive | help
--oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Minor grammar fixo for the developers-handbook. -- Craig Rodrigues http://home.attbi.com/~rodrigc rodrigc@attbi.com --oyUTqETQ0mS9luUI Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="chapter.sgml.diff" Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/developers-handbook/pci/chapter.sgml,v retrieving revision 1.10 diff -u -r1.10 chapter.sgml --- chapter.sgml 2003/01/12 18:31:39 1.10 +++ chapter.sgml 2003/02/02 05:37:24 @@ -230,7 +230,7 @@ <para>To do anything particularly useful with a PCI device you will need to obtain the <emphasis>Base Address Registers</emphasis> (BARs) from the PCI Configuration space. - The PCI-specific details of obtaining the BAR is abstracted in + The PCI-specific details of obtaining the BAR are abstracted in the <function>bus_alloc_resource()</function> function.</para> <para>For example, a typical driver might have something similar --oyUTqETQ0mS9luUI-- 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?20030202053955.GA38125>