# HG changeset patch # User arg@mmvi # Date 1158738572 -7200 # Node ID 740c4bfc31241f516b50206ac80af3f758d896d4 # Parent 9d728cba93d68b6b357db74efc837926945e2e6e reviewed util.c 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)