Penguin

Differences between version 2 and predecessor to the previous major change of sigaction(2).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, October 18, 2002 12:02:03 am by PerryLorier Revert
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:23:47 am by perry Revert
@@ -1,25 +1,12 @@
 SIGACTION 
 !!!SIGACTION 
-NAME  
-SYNOPSIS  
-DESCRIPTION  
-RETURN VALUE  
-ERRORS  
-NOTES  
-CONFORMING TO  
-UNDOCUMENTED  
-SEE ALSO  
-----  
 !!NAME 
  
  
 sigaction, sigprocmask, sigpending, sigsuspend - POSIX signal handling functions. 
+  
 !!SYNOPSIS 
-  
-  
-__#include __  
-  
  
 __int sigaction(int__ ''signum''__, const struct 
 sigaction *__''act''__, struct sigaction 
 *__''oldact''__);__ 
@@ -36,8 +23,10 @@
  
 __int sigsuspend(const sigset_t 
 *__''mask''__);__ 
 !!DESCRIPTION 
+  
+See, UnixSignals  
  
  
 The __sigaction__ system call is used to change the 
 action taken by a process on receipt of a specific 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.