svn commit: r232569 - head/share/man/man9

John Baldwin jhb at FreeBSD.org
Mon Mar 5 19:39:00 UTC 2012


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.


More information about the svn-src-head mailing list