sglist.9: fix typo
In the explanation section sglist_append_mbuf is duplicated. The second reference is meant to be sglist_append_single_mbuf. Approved by: mhorne (src) Pull Request: https://github.com/freebsd/freebsd-src/pull/1439
This commit is contained in:
@@ -285,7 +285,7 @@ to the scatter/gather list
|
||||
.Fa sg .
|
||||
.Pp
|
||||
The
|
||||
.Nm sglist_append_mbuf
|
||||
.Nm sglist_append_single_mbuf
|
||||
function appends the physical address ranges described by a single mbuf
|
||||
.Fa m
|
||||
to the scatter/gather list
|
||||
|
||||
Reference in New Issue
Block a user