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:
Danilo Egea Gondolfo
2024-09-28 12:08:50 +01:00
parent c013ca2cf7
commit fd3d13678e
+1 -1
View File
@@ -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