Date: Thu, 3 Oct 2024 20:52:11 GMT From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: fd3d13678e9e - main - sglist.9: fix typo Message-ID: <202410032052.493KqBc5014661@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/src/commit/?id=fd3d13678e9e82635fe4274a3668cd2ceb642cdd commit fd3d13678e9e82635fe4274a3668cd2ceb642cdd Author: Danilo Egea Gondolfo <danilo@FreeBSD.org> AuthorDate: 2024-09-28 11:08:50 +0000 Commit: Danilo Egea Gondolfo <danilo@FreeBSD.org> CommitDate: 2024-10-03 20:50:57 +0000 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 --- share/man/man9/sglist.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/sglist.9 b/share/man/man9/sglist.9 index 49d0cbfd1871..f4930134e7cf 100644 --- a/share/man/man9/sglist.9 +++ b/share/man/man9/sglist.9 @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410032052.493KqBc5014661>