From fee93eba86380acda0342518ab0a742c46f1407f Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Mon, 4 Jul 2022 04:33:59 +0000 Subject: Fix some typos in README and manual page. --- README.md | 4 ++-- pw.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fd6491..715265e 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ With `pw` you can: * Make recurring patterns in the stream appear to "freeze" on the screen, using triggers. -* Prevent the overwhelming amount of output from a program to flooding the +* Prevent the overwhelming amount of output from a program from flooding the terminal, while consuming all of that output so that the program isn't blocked. `pw` can pause its display updates entirely. * Juggle multiple shell background jobs that produce output, yet execute - indefinitely without blocking. When `pw` runs as as part of a shell + indefinitely without blocking. When `pw` runs as part of a shell background job, it continues to consume input, process filters and take snapshots, without displaying anything. When put into the foreground again, display resumes. diff --git a/pw.1 b/pw.1 index 0f595f9..1f23ca2 100644 --- a/pw.1 +++ b/pw.1 @@ -36,7 +36,7 @@ command | pw [-i interval] [-l interval] [-n number-of-lines] [-dEB] .I pw stands for Pipe Watch, a utility that continuously reads lines of text from a pipe or pipe-like source, passes them through a FIFO buffer, and -maintains a display based on the occasional sampling the contents of the +maintains a display based on the occasional sampling of the contents of the FIFO buffer, with useful features such as triggering and filtering. Upon successful startup, -- cgit v1.2.3