From 58d2f848e23813c86cdbddd4ee4d35ed7ac09363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 30 Sep 2016 13:05:32 +0000 Subject: [PATCH] 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 --- lib/libc/sys/sigaction.2 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index cf192bf5cbb7..00d8215d7b1d 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -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 ,