The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=538f0564c1197605d7ab80ba39cbf27cc9c90fed
commit 538f0564c1197605d7ab80ba39cbf27cc9c90fed Author: John Baldwin <[email protected]> AuthorDate: 2026-05-13 16:33:12 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2026-05-13 16:33:12 +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 --- 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)")
