util.c
changeset 471 740c4bfc3124
parent 461 9d23330a5268
child 532 651f2c868b31
--- 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)