Penguin

Differences between current version and previous revision of Signal.

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

Newer page: version 7 Last edited on Thursday, April 16, 2009 6:03:00 am by AndreasFerber
Older page: version 6 Last edited on Tuesday, April 17, 2007 7:54:52 pm by BenStaz Revert
@@ -39,13 +39,12 @@
 These hotkeys can be found by typing: 
  
 *stty -a 
  
-intr = ^C; quit = ^\; kill = ^U ; susp = ^Z 
+intr = ^C; quit = ^\; susp = ^Z 
 <verbatim> 
 intr = [SIGINT] 
 quit = [SIGQUIT] 
-kill = [SIGKILL]  
 susp = [SIGSTOP] 
 </verbatim> 
  
 Some people have a misconception that CTRL-S and CTRL-Q send a [SIGSTOP] and [SIGCONT] signal respectively.