From 340b5704391c2f936b6e0e4de3fc77f410d480c6 Mon Sep 17 00:00:00 2001 From: zeising Date: Mon, 17 Jun 2019 17:35:55 +0000 Subject: [PATCH] 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 --- share/man/man4/pci.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index e328e7bab8b..2196c9fce85 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -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 -- 2.45.0