Date: Tue, 3 Sep 2013 08:19:06 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255171 - head/lib/libc/gen Message-ID: <201309030819.r838J6l0047058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rwatson Date: Tue Sep 3 08:19:06 2013 New Revision: 255171 URL: http://svnweb.freebsd.org/changeset/base/255171 Log: Document SIGLIBRT in signal(3); take a stab at the signal description as the original committer didn't provide one. MFC after: 3 days Modified: head/lib/libc/gen/signal.3 Modified: head/lib/libc/gen/signal.3 ============================================================================== --- head/lib/libc/gen/signal.3 Tue Sep 3 07:51:06 2013 (r255170) +++ head/lib/libc/gen/signal.3 Tue Sep 3 08:19:06 2013 (r255171) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309030819.r838J6l0047058>