Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
[unix-history] / usr.bin / more / help.c
index db49936..4513c32 100644 (file)
@@ -44,6 +44,6 @@ help()
 {
        char cmd[MAXPATHLEN + 20];
 
 {
        char cmd[MAXPATHLEN + 20];
 
-       (void)sprintf(cmd, "-more %s", _PATH_HELPFILE);
+       (void)sprintf(cmd, "-more -ce %s", _PATH_HELPFILE);
        lsystem(cmd);
 }
        lsystem(cmd);
 }