summaryrefslogtreecommitdiffstats
path: root/share/man/man3/pthread_atfork.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-06-16 18:46:17 +0000
committerru <ru@FreeBSD.org>2005-06-16 18:46:17 +0000
commit1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48 (patch)
treee73cf1ac6f8727731e6d2079d3c81a64f334b2cb /share/man/man3/pthread_atfork.3
parent73ab2fc036124d8b8ca662ced3919e56265959b7 (diff)
downloadFreeBSD-src-1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48.zip
FreeBSD-src-1c089d8fdd238e9f1ab38b6ae03954ac3dd01d48.tar.gz
(Mostly) markup fixes.
Approved by: re (blanket)
Diffstat (limited to 'share/man/man3/pthread_atfork.3')
-rw-r--r--share/man/man3/pthread_atfork.37
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man3/pthread_atfork.3 b/share/man/man3/pthread_atfork.3
index e2f240a..125bb43 100644
--- a/share/man/man3/pthread_atfork.3
+++ b/share/man/man3/pthread_atfork.3
@@ -59,9 +59,9 @@ in the context of the thread that called
.Xr fork 2 .
.Pp
The handlers registered with
-.Nm
+.Fn pthread_atfork
are called at the moments in time described below:
-.Bl -tag -width "prepare"
+.Bl -tag -width ".Fa prepare"
.It Fa prepare
Before
.Xr fork 2
@@ -86,7 +86,7 @@ If more than one
.Fa child
handler is registered they will be called in the same order
they were registered.
-.El.
+.El
.Pp
If no handling is desired at one or more of these three points,
a null pointer may be passed as the corresponding fork handler.
@@ -102,6 +102,7 @@ function will fail if:
.Bl -tag -width Er
.It Bq Er ENOMEM
Insufficient table space exists to record the fork handler addresses.
+.El
.Sh SEE ALSO
.Xr fork 2 ,
.Xr pthread 3
OpenPOWER on IntegriCloud