Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2019 17:48:28 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349607 - head/share/man/man4
Message-ID:  <201907021748.x62HmSIV050611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising (doc,ports committer)
Date: Tue Jul  2 17:48:27 2019
New Revision: 349607
URL: https://svnweb.freebsd.org/changeset/base/349607

Log:
  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.
  
  MFC after:	3 days

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

Modified: head/share/man/man4/pci.4
==============================================================================
--- head/share/man/man4/pci.4	Tue Jul  2 17:24:25 2019	(r349606)
+++ head/share/man/man4/pci.4	Tue Jul  2 17:48:27 2019	(r349607)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907021748.x62HmSIV050611>