Date: Tue, 23 Jun 2026 16:28:19 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ad47ebaeb53d - stable/15 - mandoc: Add an entry for libsys to lib.in Message-ID: <6a3ab423.26c5f.7ece982b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ad47ebaeb53d503995a0a936d32cff51822d5a02 commit ad47ebaeb53d503995a0a936d32cff51822d5a02 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-05-13 16:33:12 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-06-23 16:07:03 +0000 mandoc: Add an entry for libsys to lib.in Reviewed by: brooks, emaste Obtained from: CheriBSD Sponsored by: AFRL, DARPA Differential Revision: https://reviews.freebsd.org/D56849 (cherry picked from commit 538f0564c1197605d7ab80ba39cbf27cc9c90fed) --- contrib/mandoc/lib.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/mandoc/lib.in b/contrib/mandoc/lib.in index 134614aa6478..dcea23cf81ea 100644 --- a/contrib/mandoc/lib.in +++ b/contrib/mandoc/lib.in @@ -120,6 +120,7 @@ LINE("libsdp", "Bluetooth Service Discovery Protocol User Library (libsdp, \\-l LINE("libssp", "Buffer Overflow Protection Library (libssp, \\-lssp)") LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)") LINE("libSystem", "System Library (libSystem, \\-lSystem)") +LINE("libsys", "System Call Library (libsys, \\-lsys)") LINE("libsysdecode", "System Argument Decoding Library (libsysdecode, \\-lsysdecode)") LINE("libtacplus", "TACACS+ Client Library (libtacplus, \\-ltacplus)") LINE("libtcplay", "TrueCrypt-compatible API library (libtcplay, \\-ltcplay)")home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ab423.26c5f.7ece982b>
