diff options
Diffstat (limited to 'lib/libpthread/man/pthread_atfork.3')
-rw-r--r-- | lib/libpthread/man/pthread_atfork.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_atfork.3 b/lib/libpthread/man/pthread_atfork.3 index 0161b66d81a..4eefae24b2e 100644 --- a/lib/libpthread/man/pthread_atfork.3 +++ b/lib/libpthread/man/pthread_atfork.3 @@ -1,8 +1,8 @@ -.\" $OpenBSD: pthread_atfork.3,v 1.11 2015/05/12 20:13:15 guenther Exp $ +.\" $OpenBSD: pthread_atfork.3,v 1.12 2015/05/15 18:47:53 jmc Exp $ .\" .\" David Leonard <d@openbsd.org>, 1999. Public domain. .\" -.Dd $Mdocdate: May 12 2015 $ +.Dd $Mdocdate: May 15 2015 $ .Dt PTHREAD_ATFORK 3 .Os .Sh NAME @@ -85,5 +85,5 @@ None of the handler lists are modified. conforms to .St -p1003.1-2004 . .Pp -The behavior when a shared object is unloaded is an extension to +The behavior when a shared object is unloaded is an extension to that standard. |