git: a50d7facec - main - 15.0/relnotes: Fix the description of a sctp_peeloff(2) improvement
Mark Johnston <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/doc/commit/?id=a50d7facecf944c6c986cb32e6d57187b67826c2 commit a50d7facecf944c6c986cb32e6d57187b67826c2 Author: Mark Johnston <[email protected]> AuthorDate: 2025-11-28 18:31:13 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2025-11-28 18:31:13 +0000 15.0/relnotes: Fix the description of a sctp_peeloff(2) improvement --- website/content/en/releases/15.0R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index b0cc5ffde8..fe89301166 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -965,7 +965,7 @@ This section describes changes that affect networking in FreeBSD. Lots of improvements to the network stack, including performance improvements and bug fixes for the man:sctp[4] stack. -Descriptors returned by man:sctp_peeloff[2] now inherit capabilities from the parent socket. +Descriptors returned by man:sctp_peeloff[2] now inherit Capsicum capability man:rights[4] from the parent socket. gitref:ae3d7e27abc9[repository=src] (Sponsored by The FreeBSD Foundation)