Date: Mon, 14 Jul 2025 16:47:16 GMT From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7876738b6038 - stable/14 - mandoc: remove duplicate libstdthreads entry Message-ID: <202507141647.56EGlGSI065204@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=7876738b6038d6a08d0c648404c9b55bb954e5ae commit 7876738b6038d6a08d0c648404c9b55bb954e5ae Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-12-06 20:48:13 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-07-14 16:44:44 +0000 mandoc: remove duplicate libstdthreads entry (cherry picked from commit 0fd7b4655666fce13c43d4562e5f9e54ad32145e) --- contrib/mandoc/lib.in | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/mandoc/lib.in b/contrib/mandoc/lib.in index bde0121f08f6..6b17aab5b27b 100644 --- a/contrib/mandoc/lib.in +++ b/contrib/mandoc/lib.in @@ -119,7 +119,6 @@ LINE("libsbuf", "Safe String Composition Library (libsbuf, \\-lsbuf)") LINE("libsdp", "Bluetooth Service Discovery Protocol User Library (libsdp, \\-lsdp)") LINE("libssp", "Buffer Overflow Protection Library (libssp, \\-lssp)") LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)") -LINE("libstdthreads", "C11 Threads Library (libstdthreads, \\-lstdthreads)") LINE("libSystem", "System Library (libSystem, \\-lSystem)") LINE("libsysdecode", "System Argument Decoding Library (libsysdecode, \\-lsysdecode)") LINE("libtacplus", "TACACS+ Client Library (libtacplus, \\-ltacplus)")
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507141647.56EGlGSI065204>