summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d519f3..d1a080e 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,10 @@ and much more.
How does it work
----------------
-It simply scans `/proc` for interesting commands, and then looks at
+It simply scans `/proc` for interesting commands*, and then looks at
directories `fd` and `fdinfo` to find opened files and seek positions,
and reports status for the largest file.
It's very light and compatible with virtually any command.
+
+<em>(*) on macOS, it does the same thing using libproc</em>