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 ,
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to