aewl

changeset 471:740c4bfc3124

reviewed util.c
author arg@mmvi
date Wed, 20 Sep 2006 09:49:32 +0200
parents 9d728cba93d6
children 298be2d65d2e
files util.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/util.c	Wed Sep 20 09:45:39 2006 +0200
     1.2 +++ b/util.c	Wed Sep 20 09:49:32 2006 +0200
     1.3 @@ -47,7 +47,8 @@
     1.4  
     1.5  	if(!arg->cmd)
     1.6  		return;
     1.7 -	/* the double-fork construct avoids zombie processes */
     1.8 +	/* The double-fork construct avoids zombie processes and keeps the code
     1.9 +	 * clean from stupid signal handlers. */
    1.10  	if(fork() == 0) {
    1.11  		if(fork() == 0) {
    1.12  			if(dpy)