Date: Wed, 18 May 2005 16:23:11 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man3 Makefile pthread.3 pthread_atfork.3 Message-ID: <200505181623.j4IGNBW1042439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505181623.j4IGNBW1042439>