Module Name:    src
Committed By:   kamil
Date:           Tue Nov 22 00:36:49 UTC 2016

Modified Files:
        src/share/tmac: doc2html

Log Message:
Add entry for pthread_dbg in share/tmac/doc2html

pthread_dbg is POSIX Debug Threads Library

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/share/tmac/doc2html

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/tmac/doc2html
diff -u src/share/tmac/doc2html:1.66 src/share/tmac/doc2html:1.67
--- src/share/tmac/doc2html:1.66	Sun Nov 22 05:13:00 2015
+++ src/share/tmac/doc2html	Tue Nov 22 00:36:49 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.66 2015/11/22 05:13:00 kamil Exp $
+.\" $NetBSD: doc2html,v 1.67 2016/11/22 00:36:49 kamil Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -596,6 +596,7 @@ Unknown .Bl list type \\$1 (#\\n(.c)
 .if "\\$1"libpmc" \&Performance Counters Library (libpmc, -lpmc)
 .if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
 .if "\\$1"libpthread" \&POSIX Thread Library (libpthread, -lpthread)
+.if "\\$1"libpthread_dbg" \&POSIX Debug Thread Library (libpthread_dbg, -lpthread_dbg)
 .if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
 .if "\\$1"librt" \&POSIX Real-time Library (librt, -lrt)
 .if "\\$1"libsaslc" \&Simple Authentication and Security Layer client library (libsaslc, -lsaslc)

Reply via email to