reviewed util.c
authorarg@mmvi
Wed, 20 Sep 2006 09:49:32 +0200
changeset 471 740c4bfc3124
parent 470 9d728cba93d6
child 472 298be2d65d2e
reviewed util.c
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)