added a comment to spawn a50b15a9
Anselm R. Garbe · 2006-08-28 08:17 1 file(s) · +1 −0
util.c +1 −0
51 51
52 52
	if(!arg->cmd)
53 53
		return;
54 +
	/* the double-fork construct avoids zombie processes */
54 55
	if(fork() == 0) {
55 56
		if(fork() == 0) {
56 57
			if(dpy)