From aebc6608de9db07e11cdbb1c3ffb288082137b56 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Thu, 13 Oct 2022 10:01:11 -0300 Subject: [PATCH] sbuf(9): reference the correct function This was most likely a copy-paste error. PR: 262433 MFC after: 3 days Reported by: Boris Ivanovsky 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 071e6f11e02..fbef2d7ee16 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 -- 2.45.0