strscan: make it work properly
[tools.git] / tools / spawnhunter.c
index 6a1d059..ad5e250 100644 (file)
@@ -1,4 +1,6 @@
 // Try to print the cmdlines of all process spawns by polling /proc.
+// Doesn't do exactly what you probably need because it might catch
+// a process between fork and exec, then ignore it.
 
 #include <unistd.h>
 #include <sys/types.h>