From owner-svn-src-all@freebsd.org Fri Sep 30 13:05:34 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40433C026AD; Fri, 30 Sep 2016 13:05:34 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E59E5197A; Fri, 30 Sep 2016 13:05:33 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8UD5XMi050891; Fri, 30 Sep 2016 13:05:33 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8UD5XdK050890; Fri, 30 Sep 2016 13:05:33 GMT (envelope-from des@FreeBSD.org) Message-Id: <201609301305.u8UD5XdK050890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Fri, 30 Sep 2016 13:05:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306496 - head/lib/libc/sys 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.23 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: Fri, 30 Sep 2016 13:05:34 -0000 Author: des Date: Fri Sep 30 13:05:32 2016 New Revision: 306496 URL: https://svnweb.freebsd.org/changeset/base/306496 Log: Reinstate Xr macros that were accidentally removed in a previous commit. Add some missing cross-references to the SEE ALSO section. Bump date now that there are content changes. MFC after: 1 week Modified: head/lib/libc/sys/sigaction.2 Modified: head/lib/libc/sys/sigaction.2 ============================================================================== --- head/lib/libc/sys/sigaction.2 Fri Sep 30 13:04:18 2016 (r306495) +++ head/lib/libc/sys/sigaction.2 Fri Sep 30 13:05:32 2016 (r306496) @@ -28,7 +28,7 @@ .\" From: @(#)sigaction.2 8.2 (Berkeley) 4/3/94 .\" $FreeBSD$ .\" -.Dd September 6, 2013 +.Dd September 30, 2016 .Dt SIGACTION 2 .Os .Sh NAME @@ -331,10 +331,10 @@ with names as in the include file .It Dv SIGTTIN Ta stop process Ta background read attempted from control terminal .It Dv SIGTTOU Ta stop process Ta background write attempted to control terminal .It Dv SIGIO Ta discard signal Ta I/O is possible on a descriptor (see Xr fcntl 2 ) -.It Dv SIGXCPU Ta terminate process Ta cpu time limit exceeded (see setrlimit 2 ) -.It Dv SIGXFSZ Ta terminate process Ta file size limit exceeded (see setrlimit 2 ) -.It Dv SIGVTALRM Ta terminate process Ta virtual time alarm (see setitimer 2 ) -.It Dv SIGPROF Ta terminate process Ta profiling timer alarm (see setitimer 2 ) +.It Dv SIGXCPU Ta terminate process Ta cpu time limit exceeded (see Xr setrlimit 2 ) +.It Dv SIGXFSZ Ta terminate process Ta file size limit exceeded (see Xr setrlimit 2 ) +.It Dv SIGVTALRM Ta terminate process Ta virtual time alarm (see Xr setitimer 2 ) +.It Dv SIGPROF Ta terminate process Ta profiling timer alarm (see Xr setitimer 2 ) .It Dv SIGWINCH Ta discard signal Ta window size change .It Dv SIGINFO Ta discard signal Ta status request from keyboard .It Dv SIGUSR1 Ta terminate process Ta user defined signal 1 @@ -731,6 +731,8 @@ or .Xr kill 1 , .Xr kill 2 , .Xr ptrace 2 , +.Xr setitimer 2 , +.Xr setrlimit 2 , .Xr sigaltstack 2 , .Xr sigpending 2 , .Xr sigprocmask 2 ,