changeset 654:4457d1970b0a

[project @ 1994-08-25 20:24:28 by jwe]
author jwe
date Thu, 25 Aug 1994 20:24:28 +0000
parents fcaa09b47acf
children 6a2e35dc94c3
files src/help.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/help.cc
+++ b/src/help.cc
@@ -522,7 +522,7 @@
 	  if (argc == 1)
 	    {
 	      volatile sig_handler *old_sigint_handler;
-	      old_sigtstp_handler = signal (SIGTSTP, SIG_IGN);
+	      old_sigint_handler = signal (SIGINT, SIG_IGN);
 
 	      try_info (0, 1);