aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 90ead47..501ac4a 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,9 @@ With `pw` you can:
* Juggle multiple shell background jobs that produce output, yet execute
indefinitely without blocking. When `pw` runs as as part of a shell
- background job, it consumes and discards input, like a `/dev/null` device.
- When put into the foreground again, it displays data.
+ background job, it continues to consume input, process filters and take
+ snapshots, without displaying anything. When put into the foreground again,
+ display resumes.
For instance the command `tcpdump -i <ethernet-device> -l | pw` turns `tcpdump`
into an interactive network monitoring tool in which you can use the dynamic