diff options
author | bde <bde@FreeBSD.org> | 2000-05-11 16:13:18 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-05-11 16:13:18 +0000 |
commit | eae1aa7098f26d3c38031f14f3c8b25984f1af6b (patch) | |
tree | 4e0967b4d0c832bd7984af27f97c7385ff4cbd4f /lib/libpthread/man/pthread_kill.3 | |
parent | 5e51fa49c73f6e4a17f9fde19aa1d2a395ddf97b (diff) | |
download | FreeBSD-src-eae1aa7098f26d3c38031f14f3c8b25984f1af6b.zip FreeBSD-src-eae1aa7098f26d3c38031f14f3c8b25984f1af6b.tar.gz |
"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
including <signal.h>, but that must be a bug in POSIX.1, because it
also specifies that the relevant prototype is [only] in <pthread.h>.
Diffstat (limited to 'lib/libpthread/man/pthread_kill.3')
-rw-r--r-- | lib/libpthread/man/pthread_kill.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/man/pthread_kill.3 b/lib/libpthread/man/pthread_kill.3 index 1b1f0ea..2af0c1b 100644 --- a/lib/libpthread/man/pthread_kill.3 +++ b/lib/libpthread/man/pthread_kill.3 @@ -35,6 +35,7 @@ .Sh LIBRARY .Lb libc_r .Sh SYNOPSIS +.Fd #include <pthread.h> .Fd #include <signal.h> .Ft int .Fn pthread_kill "pthread_t thread" "int sig" |