svn commit: r349150 - head/share/man/man4

Niclas Zeising zeising at FreeBSD.org
Mon Jun 17 17:35:56 UTC 2019


Author: zeising (doc,ports committer)
Date: Mon Jun 17 17:35:55 2019
New Revision: 349150
URL: https://svnweb.freebsd.org/changeset/base/349150

Log:
  pci.4: Use plural configuration registers
  
  It is customary to use plural when talking about PCI configure registers.
  
  Reported by:	scottl
  MFC after:	2 weeks
  X-MFC-with:	r349133

Modified:
  head/share/man/man4/pci.4

Modified: head/share/man/man4/pci.4
==============================================================================
--- head/share/man/man4/pci.4	Mon Jun 17 17:17:01 2019	(r349149)
+++ head/share/man/man4/pci.4	Mon Jun 17 17:35:55 2019	(r349150)
@@ -307,7 +307,7 @@ from the ioctl.
 .It pi_reg
 The
 .Tn PCI
-configuration register the user would like to access.
+configuration registers the user would like to access.
 .It pi_width
 The width, in bytes, of the data the user would like to read.
 This value
@@ -323,7 +323,7 @@ This
 .Xr ioctl 2
 allows users to write to the
 .Tn PCI
-configuration register specified in the passed-in
+configuration registers specified in the passed-in
 .Va pci_io
 structure.
 The


More information about the svn-src-all mailing list