diff options
author | 2015-05-15 18:47:53 +0000 | |
---|---|---|
committer | 2015-05-15 18:47:53 +0000 | |
commit | 53bd3188afdc7dc2ed854f2d320cdbd2c80e5467 (patch) | |
tree | 942e48516fa9b3d7b459d3da46031f7c2ae75193 /lib/libpthread | |
parent | Decrement the unit numbers on the novena sdhc devices. The imx6 dts (diff) | |
download | wireguard-openbsd-53bd3188afdc7dc2ed854f2d320cdbd2c80e5467.tar.xz wireguard-openbsd-53bd3188afdc7dc2ed854f2d320cdbd2c80e5467.zip |
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. |