aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-03-10 16:49:10 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-03-10 16:49:10 +0000
commitc3ac5f14c8b330c036149d1d24cd3369d1418de2 (patch)
tree8fc2e45b6a5954720b5de177eee9ee94466e866c
parentc8fb16542a52ca889c1adf56b2ce13b4ad4cf887 (diff)
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
-rw-r--r--share/man/man4/pci.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index b99747969035..f5d42efb4f37 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