From owner-svn-src-all@FreeBSD.ORG Tue Sep 3 08:19:06 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C58A57CE; Tue, 3 Sep 2013 08:19:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B304F22F2; Tue, 3 Sep 2013 08:19:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r838J63O047060; Tue, 3 Sep 2013 08:19:06 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r838J6l0047058; Tue, 3 Sep 2013 08:19:06 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <201309030819.r838J6l0047058@svn.freebsd.org> From: Robert Watson Date: Tue, 3 Sep 2013 08:19:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255171 - head/lib/libc/gen X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 08:19:06 -0000 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