Penguin

Differences between version 3 and predecessor to the previous major change of Signal.

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

Newer page: version 3 Last edited on Tuesday, March 7, 2006 2:52:20 pm by JohnMcPherson Revert
Older page: version 2 Last edited on Tuesday, May 24, 2005 5:26:26 pm by PerryLorier Revert
@@ -1,5 +1,5 @@
-''AddToMe: what's a [Signal] . Will do that later''  
+A signal is basically a message sent from one process to another, indicating a change of state
  
 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 in the [POSIX] standard, in <tt>/usr/include/bits/signum.h</tt> on a [Linux] system, or by invoking <tt>kill -l</tt>. 
  
 # [SIGHUP]