diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-05-15 18:47:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-05-15 18:47:54 +0000 |
commit | 7300fc99f5288af23946ddb862cca41e38e4657b (patch) | |
tree | 8b54068844274b6991d2e685d612d7544d41bd91 /lib/libpthread | |
parent | b478d1976fd97dadd3af43f8ff105acb7236918f (diff) |
trailing whitespace;
Diffstat (limited to 'lib/libpthread')
-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. |