changeset 471:740c4bfc3124

reviewed util.c
author arg@mmvi
date Wed, 20 Sep 2006 09:49:32 +0200 (2006-09-20)
parents 9d728cba93d6
children 298be2d65d2e
files util.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)