From owner-cvs-src@FreeBSD.ORG Wed May 18 16:23:17 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ECF616A4CE; Wed, 18 May 2005 16:23:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E986843D46; Wed, 18 May 2005 16:23:16 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4IGNB8q042440; Wed, 18 May 2005 16:23:11 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4IGNBW1042439; Wed, 18 May 2005 16:23:11 GMT (envelope-from keramida) Message-Id: <200505181623.j4IGNBW1042439@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 18 May 2005 16:23:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man3 Makefile pthread.3 pthread_atfork.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 16:23:17 -0000 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 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)