diff options
Diffstat (limited to 'lib/libc_r/man/pthreads.3')
-rw-r--r-- | lib/libc_r/man/pthreads.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthreads.3 b/lib/libc_r/man/pthreads.3 index e6887d9166d..774d56b7c53 100644 --- a/lib/libc_r/man/pthreads.3 +++ b/lib/libc_r/man/pthreads.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthreads.3,v 1.5 1999/07/07 10:50:05 aaron Exp $ +.\" $OpenBSD: pthreads.3,v 1.6 1999/07/09 13:35:24 aaron Exp $ .\" David Leonard <d@openbsd.org>, 1998. Public domain. .Dd August 17, 1998 .Dt PTHREADS 3 @@ -182,7 +182,7 @@ to alter the process virtual timer will have undefined effects. The .Dv SIGVTALRM will never be delivered to threads in a process. .Pp -Due to the +Due to the type definition of .Ft fd_set and the internal reliance on |