Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2026 17:56:18 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f97ba9f0c863 - stable/15 - pci.4: Quote argument to -width for a list block
Message-ID:  <69ebaec2.1df8c.56687817@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=f97ba9f0c86368736c9f441859a32f31f3812ca9

commit f97ba9f0c86368736c9f441859a32f31f3812ca9
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-03-10 16:49:10 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-04-24 17:33:52 +0000

    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
    
    (cherry picked from commit c3ac5f14c8b330c036149d1d24cd3369d1418de2)
---
 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 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ebaec2.1df8c.56687817>