git: 0fd7b4655666 - main - mandoc: remove duplicate libstdthreads entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Dec 2024 20:59:24 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=0fd7b4655666fce13c43d4562e5f9e54ad32145e
commit 0fd7b4655666fce13c43d4562e5f9e54ad32145e
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-12-06 20:48:13 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-12-06 20:48:13 +0000
mandoc: remove duplicate libstdthreads entry
---
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)")