summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-03-05 19:38:59 +0000
committerjhb <jhb@FreeBSD.org>2012-03-05 19:38:59 +0000
commitb9d94deee6e0628df1537abc79161c7b0680ba54 (patch)
tree937064a0e47377df81d5b012a444cd7afb400b39 /share
parent2aa0082431aef27e901674b17d5543f9d0a1bed0 (diff)
downloadFreeBSD-src-b9d94deee6e0628df1537abc79161c7b0680ba54.zip
FreeBSD-src-b9d94deee6e0628df1537abc79161c7b0680ba54.tar.gz
Fix three instances of a missing word.
Submitted by: bjk
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pci.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pci.9 b/share/man/man9/pci.9
index b994a75..53c38e5 100644
--- a/share/man/man9/pci.9
+++ b/share/man/man9/pci.9
@@ -222,7 +222,7 @@ for standard capability IDs are defined in
.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 defined in
.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 types are defined in
.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.
OpenPOWER on IntegriCloud