X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=i3-nagbar%2Fmain.c;h=4ce7493961caf7ed5e35674cbc441843aed0d1eb;hp=fd7acd6e734215b319d53ecea18e6eed777ba3ae;hb=07dfb8450bfaf90d86b220b671997d322d325a85;hpb=204eefc67975f0ed1afb3b513f8fc4eb2020d2f6 diff --git a/i3-nagbar/main.c b/i3-nagbar/main.c index fd7acd6e..4ce74939 100644 --- a/i3-nagbar/main.c +++ b/i3-nagbar/main.c @@ -103,10 +103,10 @@ void debuglog(char *fmt, ...) { } /* - * Starts the given application by passing it through a shell. We use double fork - * to avoid zombie processes. As the started application’s parent exits (immediately), - * the application is reparented to init (process-id 1), which correctly handles - * childs, so we don’t have to do it :-). + * Starts the given application by passing it through a shell. We use double + * fork to avoid zombie processes. As the started application’s parent exits + * (immediately), the application is reparented to init (process-id 1), which + * correctly handles children, so we don’t have to do it :-). * * The shell is determined by looking for the SHELL environment variable. If it * does not exist, /bin/sh is used.