summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorquantumg <quantumg>2007-03-15 11:50:36 +0000
committerquantumg <quantumg>2007-03-15 11:50:36 +0000
commite841174075b9cf8ab7e27d8dac0875b732c7bf68 (patch)
treee48ec85a7f3ec763b27e55e3f386e67e8845a32a /README
parenta667f717916c319dfbc58ca6dae0f484162fb230 (diff)
Added man page for peekfd.
Added README comment for peekfd. Fixed spelling issue.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f6d4e8a..40bdbd6 100644
--- a/README
+++ b/README
@@ -9,6 +9,10 @@ This package contains four little utilities that use the proc FS:
pidof like killall, buts lists PIDs instead of killing processes
pstree shows the currently running processes as a tree
+and
+
+ peekfd shows the data travelling over a file descriptor
+
They should work with most recent kernels. Man pages are included.
- Werner Almesberger <Werner.Almesberger@epfl.ch>