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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user