git: 5a82fc7859f7 - main - sbuf.9: Add LIBRARY section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 17:41:38 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=5a82fc7859f746d95811e43b3a117b8eea297749
commit 5a82fc7859f746d95811e43b3a117b8eea297749
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-10-03 17:07:15 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-10-03 17:22:24 +0000
sbuf.9: Add LIBRARY section
Sponsored by: Klara, Inc.
MFC after: 3 days
---
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 5ab045118f51..d4ffa050a893 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