Penguin

Differences between version 10 and previous revision of ProcessGroup.

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

Newer page: version 10 Last edited on Tuesday, September 4, 2007 5:50:31 pm by BenStaz Revert
Older page: version 9 Last edited on Tuesday, September 4, 2007 5:49:39 pm by BenStaz Revert
@@ -3,9 +3,9 @@
  
 !Foreground Process Groups 
  
 * A foreground process has read and write access to the terminal. 
-* Every process in the foreground receives [SIGINT] [SIGQUIT] and [SIGSTP ] signals. 
+* Every process in the foreground receives [SIGINT] [SIGQUIT] and [SIGTSTP ] signals. 
 * Usually consists of the processes forked by the shell and all the processes they fork. 
  
 !Background Process Groups