diff options
author | phantom <phantom@FreeBSD.org> | 2002-10-26 15:04:29 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-10-26 15:04:29 +0000 |
commit | 0fc7234ce3c73b2147218f31cd2ab0c31ce62826 (patch) | |
tree | 5843edc9cfc80205699cc85dddb8e799e8066b48 /lib/libc_r/man/Makefile.inc | |
parent | 312cab0dee67b902f2b3c5b4d8873b978e5f0191 (diff) | |
download | FreeBSD-src-0fc7234ce3c73b2147218f31cd2ab0c31ce62826.zip FreeBSD-src-0fc7234ce3c73b2147218f31cd2ab0c31ce62826.tar.gz |
Add & hookup manpage for pthread_attr_get_np(3).
MFC after: 3 days
Diffstat (limited to 'lib/libc_r/man/Makefile.inc')
-rw-r--r-- | lib/libc_r/man/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc index ed041aa..2d4eea0 100644 --- a/lib/libc_r/man/Makefile.inc +++ b/lib/libc_r/man/Makefile.inc @@ -5,6 +5,7 @@ .PATH: ${.CURDIR}/man MAN+= pthread_attr.3 \ + pthread_attr_get_np.3 \ pthread_cancel.3 \ pthread_cleanup_pop.3 \ pthread_cleanup_push.3 \ |