pci.4: wordsmith and add missing words

Add missing words after PCI in the description of the PCIOCWRITE and
PCIOCATTACHED ioctls.
Use singular in PCIOCREAD, we only read one register at the time.

Reviewed by:	bcr, bjk, rgrimes, cem
MFC after:	2 weeks
X-MFC-with:	r349133
Differential Revision:	https://reviews.freebsd.org/D20671
This commit is contained in:
Niclas Zeising 2019-06-17 16:54:51 +00:00
parent 060e638845
commit 999546e169
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349146

View File

@ -290,7 +290,7 @@ This
.Xr ioctl 2
reads the
.Tn PCI
configuration registers specified by the passed-in
configuration register specified by the passed-in
.Va pci_io
structure.
The
@ -323,7 +323,7 @@ This
.Xr ioctl 2
allows users to write to the
.Tn PCI
specified in the passed-in
configuration register specified in the passed-in
.Va pci_io
structure.
The
@ -338,7 +338,7 @@ This
.Xr ioctl 2
allows users to query if a driver is attached to the
.Tn PCI
specified in the passed-in
device specified in the passed-in
.Va pci_io
structure.
The