changeset 653:fcaa09b47acf

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