]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/kmemleak.txt
kmemleak: Simplify the reports logged by the scanning thread
[karo-tx-linux.git] / Documentation / kmemleak.txt
index 9426e94f291ac3f897ed2497aa6683c9276fd257..c06f7ba6499353757ec35d65d076a613fd79b80c 100644 (file)
@@ -16,9 +16,9 @@ Usage
 -----
 
 CONFIG_DEBUG_KMEMLEAK in "Kernel hacking" has to be enabled. A kernel
-thread scans the memory every 10 minutes (by default) and prints any new
-unreferenced objects found. To trigger an intermediate scan and display
-all the possible memory leaks:
+thread scans the memory every 10 minutes (by default) and prints the
+number of new unreferenced objects found. To trigger an intermediate
+scan and display the details of all the possible memory leaks:
 
   # mount -t debugfs nodev /sys/kernel/debug/
   # cat /sys/kernel/debug/kmemleak