diff -r 9d728cba93d6 -r 740c4bfc3124 util.c --- a/util.c Wed Sep 20 09:45:39 2006 +0200 +++ b/util.c Wed Sep 20 09:49:32 2006 +0200 @@ -47,7 +47,8 @@ if(!arg->cmd) return; - /* the double-fork construct avoids zombie processes */ + /* The double-fork construct avoids zombie processes and keeps the code + * clean from stupid signal handlers. */ if(fork() == 0) { if(fork() == 0) { if(dpy)