Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2012 19:39:00 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232569 - head/share/man/man9
Message-ID:  <201203051939.q25Jd0k7001775@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Mar  5 19:38:59 2012
New Revision: 232569
URL: http://svn.freebsd.org/changeset/base/232569

Log:
  Fix three instances of a missing word.
  
  Submitted by:	bjk

Modified:
  head/share/man/man9/pci.9

Modified: head/share/man/man9/pci.9
==============================================================================
--- head/share/man/man9/pci.9	Mon Mar  5 19:32:44 2012	(r232568)
+++ head/share/man/man9/pci.9	Mon Mar  5 19:38:59 2012	(r232569)
@@ -222,7 +222,7 @@ for standard capability IDs are defined 
 .In dev/pci/pcireg.h .
 If the capability is found, then
 .Fa *capreg
-is set the offset in configuration space of the capability register set,
+is set to the offset in configuration space of the capability register set,
 and
 .Fn pci_find_cap
 returns zero.
@@ -243,7 +243,7 @@ for standard extended capability IDs are
 .In dev/pci/pcireg.h .
 If the extended capability is found, then
 .Fa *capreg
-is set the offset in configuration space of the extended capability
+is set to the offset in configuration space of the extended capability
 register set, and
 .Fn pci_find_extcap
 returns zero.
@@ -265,7 +265,7 @@ for standard HyperTransport capability t
 .In dev/pci/pcireg.h .
 If the capability is found, then
 .Fa *capreg
-is set the offset in configuration space of the capability register set,
+is set to the offset in configuration space of the capability register set,
 and
 .Fn pci_find_htcap
 returns zero.



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