cvs commit: src/share/man/man3 Makefile pthread.3 pthread_atfork.3
Giorgos Keramidas
keramida at FreeBSD.org
Wed May 18 16:23:17 GMT 2005
keramida 2005-05-18 16:23:11 UTC
FreeBSD src repository (doc committer)
Modified files:
share/man/man3 Makefile pthread.3
Added files:
share/man/man3 pthread_atfork.3
Log:
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 at omut.org>
Revision Changes Path
1.36 +1 -0 src/share/man/man3/Makefile
1.28 +10 -0 src/share/man/man3/pthread.3
1.1 +106 -0 src/share/man/man3/pthread_atfork.3 (new)
More information about the cvs-src
mailing list