git: aebc6608de9d - stable/13 - sbuf(9): reference the correct function

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Tue, 18 Oct 2022 14:10:30 UTC
The branch stable/13 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=aebc6608de9db07e11cdbb1c3ffb288082137b56

commit aebc6608de9db07e11cdbb1c3ffb288082137b56
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:08:24 +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 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