summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-05-18 16:23:11 +0000
committerkeramida <keramida@FreeBSD.org>2005-05-18 16:23:11 +0000
commit9d94798f19d21d02b607132e87f867b3b51bbc5a (patch)
tree26cd4753a441741cb58f0b3babf40593898d2b89 /share/man/man3/Makefile
parente6b2d317a96aecaf351b34c86989a87480496591 (diff)
downloadFreeBSD-src-9d94798f19d21d02b607132e87f867b3b51bbc5a.zip
FreeBSD-src-9d94798f19d21d02b607132e87f867b3b51bbc5a.tar.gz
Add a manpage for pthread_atfork(3). This copies a lot of the text of
the Open Group manpage for pthread_atfork(), available online at: http://www.opengroup.org/onlinepubs/009695399/functions/pthread_atfork.html which should be ok, since Daniel Eischen had mailed me about Open Group manpages and the fact that they have granted permission to FreeBSD to use their material. Any differences from the OG text are my changes to the original manpage text submitted by Alex Vasylenko: - In an effort to clean up the part that describes hooks and their calling order, I used a list instead of a single paragraph for all the three types of fork() hooks. - After a short discussion with Dima Dorfman a long long time ago in a far away galaxy, I changed the RETURN VALUES section to look more like the rest of the pthread_xxx.3 manpages. PR: docs/68201 Submitted by: Alex Vasylenko <lxv@omut.org>
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r--share/man/man3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 6aa8b26..c3b9287 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -142,6 +142,7 @@ MLINKS+= tree.3 RB_EMPTY.3 \
.if !defined(NO_LIBC_R) || !defined(NO_LIBPTHREAD) || !defined(NO_LIBTHR)
PTHREAD_MAN= pthread.3 \
+ pthread_atfork.3 \
pthread_attr.3 \
pthread_attr_get_np.3 \
pthread_attr_setcreatesuspend_np.3 \
OpenPOWER on IntegriCloud