]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
*fix* set _NET_WM_ICON_GEOMETRY (fixes issue 36)
[chaz/tint2] / src / tint.c
index fbe62ace07d5a19be7cd9f9666c81b469ab1a613..819960866f39a619d659b1885ca8cff7061c3657 100644 (file)
@@ -97,8 +97,8 @@ void init (int argc, char *argv[])
        sigaction(SIGHUP, &sa, 0);
 //     signal(SIGCHLD, SIG_IGN);               // don't have to wait() after fork()
 
-       // BSD is too stupid to support pselect(), therefore we have to use select and hope that we do not
-       // end up in a race condition there
+       // BSD does not support pselect(), therefore we have to use select and hope that we do not
+       // end up in a race condition there (see 'man select()' on a linux machine for more information)
        // block all signals, such that no race conditions occur before pselect in our main loop
 //     sigset_t block_mask;
 //     sigaddset(&block_mask, SIGINT);
This page took 0.023813 seconds and 4 git commands to generate.