summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Xfennec <xfennec@cqfd-corp.org>2023-05-22 11:12:14 +0200
committerJulien Xfennec <xfennec@cqfd-corp.org>2023-05-22 11:12:14 +0200
commit0bd1e9906840d8cc9e01f3fc6496eb7193d95afc (patch)
tree6b5033074201cda6ec52b81b368352a1136e0264
parent3ea1de6dc7ed92ae391127c46d94d41bc340bff3 (diff)
add a note about macOS in the 'How does it work' section (#179)
-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>