mirror of
git://git.suckless.org/dwm
synced 2025-07-28 10:42:10 -07:00
added a comment to spawn
This commit is contained in:
1
util.c
1
util.c
@@ -51,6 +51,7 @@ spawn(Arg *arg)
|
|||||||
|
|
||||||
if(!arg->cmd)
|
if(!arg->cmd)
|
||||||
return;
|
return;
|
||||||
|
/* the double-fork construct avoids zombie processes */
|
||||||
if(fork() == 0) {
|
if(fork() == 0) {
|
||||||
if(fork() == 0) {
|
if(fork() == 0) {
|
||||||
if(dpy)
|
if(dpy)
|
||||||
|
Reference in New Issue
Block a user