diff options
author | rwatson <rwatson@FreeBSD.org> | 2013-09-03 08:19:06 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2013-09-03 08:19:06 +0000 |
commit | e6c5cc6ac3c71369ec8c5d232929a3aa50ba1004 (patch) | |
tree | 4f6e08f0eb69aba0cdd46993e25c9777b62cb550 /lib | |
parent | c42336ed7fabc7916549f86688bde542a7b790e5 (diff) | |
download | FreeBSD-src-e6c5cc6ac3c71369ec8c5d232929a3aa50ba1004.zip FreeBSD-src-e6c5cc6ac3c71369ec8c5d232929a3aa50ba1004.tar.gz |
Document SIGLIBRT in signal(3); take a stab at the signal description as
the original committer didn't provide one.
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/signal.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index a41d258..ea6df44 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -132,6 +132,7 @@ is possible on a descriptor (see .It 30 Ta Dv SIGUSR1 Ta "terminate process" Ta "User defined signal 1" .It 31 Ta Dv SIGUSR2 Ta "terminate process" Ta "User defined signal 2" .It 32 Ta Dv SIGTHR Ta "terminate process" Ta "thread interrupt" +.It 33 Ta Dv SIGLIBRT Ta "terminate process" Ta "real-time library interrupt" .El .Pp The |