svn commit: r349770 - stable/11/share/man/man4

Niclas Zeising zeising at FreeBSD.org
Fri Jul 5 22:21:21 UTC 2019


Author: zeising (doc,ports committer)
Date: Fri Jul  5 22:21:20 2019
New Revision: 349770
URL: https://svnweb.freebsd.org/changeset/base/349770

Log:
  MFC r349607: pci(4): Use plural registers
  
  Original commit message:
  
  pci(4): Use plural configuration registers
  
  Change to use registers instead of register, as it is customary to use
  plural when talking about PCI registers.
  
  This was missed in r349150.

Modified:
  stable/11/share/man/man4/pci.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/pci.4
==============================================================================
--- stable/11/share/man/man4/pci.4	Fri Jul  5 22:21:02 2019	(r349769)
+++ stable/11/share/man/man4/pci.4	Fri Jul  5 22:21:20 2019	(r349770)
@@ -290,7 +290,7 @@ This
 .Xr ioctl 2
 reads the
 .Tn PCI
-configuration register specified by the passed-in
+configuration registers specified by the passed-in
 .Va pci_io
 structure.
 The


More information about the svn-src-all mailing list