From 92decad8a7fc53657e82868c6a45da7746696bbb Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 22 Jul 1988 20:13:15 -0800 Subject: [PATCH] don't pause after exiting from help file SCCS-vsn: usr.bin/more/help.c 5.3 --- usr/src/usr.bin/more/help.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/src/usr.bin/more/help.c b/usr/src/usr.bin/more/help.c index 9a4766f5cf..3761f732f2 100644 --- a/usr/src/usr.bin/more/help.c +++ b/usr/src/usr.bin/more/help.c @@ -20,7 +20,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)help.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)help.c 5.3 (Berkeley) %G%"; #endif /* not lint */ #include "less.h" @@ -43,5 +43,4 @@ help() "-less -m '-PmHELP -- ?eEND -- Press g to see it again:Press RETURN for more., or q when done ' %s", HELPFILE); lsystem(cmd); - error("End of help"); } -- 2.20.1