Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2026 16:34:24 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 538f0564c119 - main - mandoc: Add an entry for libsys to lib.in
Message-ID:  <6a04a810.3bf3e.71e401ab@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=538f0564c1197605d7ab80ba39cbf27cc9c90fed

commit 538f0564c1197605d7ab80ba39cbf27cc9c90fed
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-05-13 16:33:12 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
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)")


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a04a810.3bf3e.71e401ab>