git: 1e853a1196fc - stable/14 - sbuf.9: Add LIBRARY section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 07:55:27 UTC
The branch stable/14 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=1e853a1196fcabe890aafdf1a22616d392e28974 commit 1e853a1196fcabe890aafdf1a22616d392e28974 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:14 +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 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