diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:38:29 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:26 +0000 |
| commit | 5215760811a5ce75d77f9017e392445014e6b1bb (patch) | |
| tree | 559ebd892db7e5dca62ce0d622c08f243be476aa | |
| parent | 3ceaf4d80401fab49895a5ac3bb1fe602f588da8 (diff) | |
bus_dma.9: Fix two typos in the manual page
- s/decribes/describes/
- s/Muliple/Multiple/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/bus_dma.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index b644eeb2a476..0bf27eb5eb22 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. @@ -733,7 +733,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_t |
