diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-05-13 16:33:12 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-05-13 16:33:12 +0000 |
| commit | 538f0564c1197605d7ab80ba39cbf27cc9c90fed (patch) | |
| tree | 7cfad5a463792f0ef8e9189d952dd021aa5fe6ad | |
| parent | e03c00b47b1af560b280c32576e7fc06b0a58224 (diff) | |
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
| -rw-r--r-- | contrib/mandoc/lib.in | 1 |
1 files changed, 1 insertions, 0 deletions
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)") |
