Date: Tue, 10 Mar 2026 16:53:55 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c3ac5f14c8b3 - main - pci.4: Quote argument to -width for a list block Message-ID: <69b04ca3.42efc.584229ec@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c3ac5f14c8b330c036149d1d24cd3369d1418de2 commit c3ac5f14c8b330c036149d1d24cd3369d1418de2 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-03-10 16:49:10 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-03-10 16:49:10 +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 --- 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. Ifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b04ca3.42efc.584229ec>
