Penguin

Differences between version 6 and predecessor to the previous major change of UnixSignals.

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

Newer page: version 6 Last edited on Tuesday, November 18, 2003 8:22:48 pm by PerryLorier Revert
Older page: version 3 Last edited on Thursday, September 26, 2002 11:11:26 pm by JohnMcPherson Revert
@@ -1,7 +1,8 @@
 Various Signals under [Unix] 
  
-(Note - different versions of Unix use different names and/or numbers for some of the lesser used signals. See the signal(7) man-page) 
+(Note - different versions of Unix use different names and/or numbers for some of the lesser used signals. See the signal(7) man-page. You can find the signals and numbers used on a [Linux] system in /usr/include/bits/signum.h ) A more portable (and useful) approach is  
+ kill -l  
  
 # [SIGHUP] 
 # [SIGINT] 
 # [SIGQUIT] 
@@ -17,9 +18,9 @@
 # [SIGPIPE] 
 # [SIGALRM] 
 # [SIGTERM] 
 # [SIGSTKFLT] 
-# [SIGCHILD
+# [SIGCHLD
 # [SIGCONT] 
 # [SIGSTOP] 
 # [SIGTSTP] 
 # [SIGTTIN]