git: 204a5f5800a0 - main - sbuf(9): reference the correct function
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 18:52:12 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=204a5f5800a0d025c223a7b0b66537e30777d0c7 commit 204a5f5800a0d025c223a7b0b66537e30777d0c7 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2022-10-13 13:01:11 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2022-10-15 18:51:44 +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 --- 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 071e6f11e02e..fbef2d7ee168 100644 --- a/share/man/man9/sbuf.9 +++ b/share/man/man9/sbuf.9 @@ -358,7 +358,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