git: 139d7d8943ef - stable/12 - sbuf(9): reference the correct function
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Oct 2022 14:40:42 UTC
The branch stable/12 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=139d7d8943ef3c9d4e70e2e915f29157ce976993 commit 139d7d8943ef3c9d4e70e2e915f29157ce976993 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2022-10-13 13:01:11 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2022-10-18 14:39:36 +0000 sbuf(9): reference the correct function This was most likely a copy-paste error. PR: 262433 MFC after: 3 days Reported by: Boris Ivanovsky <bivanovsky@gmail.com> Sponsored by: The FreeBSD Foundation (cherry picked from commit 204a5f5800a0d025c223a7b0b66537e30777d0c7) --- share/man/man9/sbuf.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9 index 4184f77631a7..006d2d9c99c2 100644 --- a/share/man/man9/sbuf.9 +++ b/share/man/man9/sbuf.9 @@ -343,7 +343,7 @@ function returns the current user flags. The .Fn sbuf_set_flags and -.Fn sbuf_get_flags +.Fn sbuf_clear_flags functions set or clear one or more user flags, respectively. The user flags are described under the .Fn sbuf_new