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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to