Date: Wed, 19 Nov 2025 10:15:08 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4539d9f3b473 - stable/14 - bus_dma.9: Fix two typos in the manual page Message-ID: <691d98ac.3c0d8.f969b5d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=4539d9f3b4731d489f5018ef9dec627683aea33d commit 4539d9f3b4731d489f5018ef9dec627683aea33d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-26 15:38:29 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-11-19 10:14:58 +0000 bus_dma.9: Fix two typos in the manual page - s/decribes/describes/ - s/Muliple/Multiple/ (cherry picked from commit 5215760811a5ce75d77f9017e392445014e6b1bb) --- share/man/man9/bus_dma.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 832ddb4daa22..922365d1f772 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -197,7 +197,7 @@ in addition to restrictions that differ between unrelated groups of transactions, the driver can first create a .Dq parent -tag that decribes the common restrictions. +tag that describes the common restrictions. The per-group tags can then inherit these restrictions from this .Dq parent tag rather than having to list them explicitly when creating the per-group tags. @@ -741,7 +741,7 @@ Fills in the selected fields of the template with a variable number of key-value parameters. The macros listed below take an argument of the specified type and encapsulate it into a key-value structure that is directly usable as a parameter argument. -Muliple parameters may be provided at once. +Multiple parameters may be provided at once. .Bd -literal BD_PARENT() void * BD_ALIGNMENT() uintmax_thelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691d98ac.3c0d8.f969b5d>
