git: 1369c31e7808 - stable/13 - sbuf.9: Add LIBRARY section

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Fri, 06 Oct 2023 07:55:34 UTC
The branch stable/13 has been updated by 0mp:

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

commit 1369c31e78082f70cb4a95429c866df397eb9d8b
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-10-03 17:07:15 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-10-06 07:55:28 +0000

    sbuf.9: Add LIBRARY section
    
    Sponsored by:   Klara, Inc.
    MFC after:      3 days
    
    (cherry picked from commit 5a82fc7859f746d95811e43b3a117b8eea297749)
---
 share/man/man9/sbuf.9 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9
index 499b9b194d35..77640fb7fd26 100644
--- a/share/man/man9/sbuf.9
+++ b/share/man/man9/sbuf.9
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 26, 2020
+.Dd October 3, 2023
 .Dt SBUF 9
 .Os
 .Sh NAME
@@ -60,6 +60,8 @@
 .Nm sbuf_printf_drain ,
 .Nm sbuf_putbuf
 .Nd safe string composition
+.Sh LIBRARY
+.Lb libsbuf
 .Sh SYNOPSIS
 .In sys/types.h
 .In sys/sbuf.h