summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-30 08:46:53 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-30 08:46:53 +0000
commit049e8e4c25be1974f7d3bb1523ebde0d57a1b202 (patch)
tree512712f8c2dfa09e3ba2273299e323027752b3fb /lib/libpthread
parent657309d70f6cab32d26b6fe742702d315bab5cb4 (diff)
remove trailing spaces;
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_atfork.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_atfork.3 b/lib/libpthread/man/pthread_atfork.3
index 452d3de62a3..1c179e00cc7 100644
--- a/lib/libpthread/man/pthread_atfork.3
+++ b/lib/libpthread/man/pthread_atfork.3
@@ -1,5 +1,5 @@
.\"
-.\" $OpenBSD: pthread_atfork.3,v 1.4 2005/10/30 03:37:34 brad Exp $
+.\" $OpenBSD: pthread_atfork.3,v 1.5 2005/10/30 08:46:52 jmc Exp $
.\" $FreeBSD: src/share/man/man3/pthread_atfork.3,v 1.0 2004/06/21 15:59:00 xx Exp $
.\"
.Dd June 21, 2004
@@ -38,14 +38,14 @@ processing completes in the child process.
If no handling is desired at one or more of these three points, the
corresponding fork handler address(es) may be set to NULL.
.Pp
-The order of calls to
+The order of calls to
.Fn pthread_atfork
is significant.
The
.Fa parent
and
.Fa child
-fork handlers will be called in the order in which they were
+fork handlers will be called in the order in which they were
established by calls to
.Fn pthread_atfork .
The