diff --git a/main.c b/main.c index 1061ea0..b5d0364 100644 --- a/main.c +++ b/main.c @@ -303,7 +303,7 @@ main(int argc, char *argv[]) "Entry not found"); } - /* Open a new process group */ + /* open a new process group */ setpgid(0,0); handlesignals(sigcleanup);