From c3ac5f14c8b330c036149d1d24cd3369d1418de2 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 10 Mar 2026 12:49:10 -0400 Subject: [PATCH] pci.4: Quote argument to -width for a list block This fixes an mdoc warning and also properly indents this list. While here, update the quoted argument to be the longest tag in the list. Also while here, correct the description of pd_numa_domain. NUMA domains are a property of the device, not of the driver. Reviewed by: ziaee, imp Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D55770 --- share/man/man4/pci.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index b9974796903..f5d42efb4f3 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 31, 2025 +.Dd March 10, 2026 .Dt PCI 4 .Os .Sh NAME @@ -236,7 +236,7 @@ Driver name. .It pd_unit Driver unit number. .It pd_numa_domain -Driver NUMA domain. +Device NUMA domain. .It pc_reported_len Length of the valid portion of the encompassing .Vt pci_conf @@ -382,7 +382,7 @@ the memory-mapped PCI BAR into its address space. The input parameters and results are passed in the .Va pci_bar_mmap structure, which has the following fields: -.Bl -tag -width Vt struct pcise pbm_sel +.Bl -tag -width "uint64_t pbm_bar_length" .It Vt void *pbm_map_base Reports the established mapping base to the caller. If