From 34ee909c59f485b35fb84c73b1b24d0a956c7f27 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 8 Jun 2026 21:33:21 +0100 Subject: [PATCH] Minor wording correction. --- docs/NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NEWS.md b/docs/NEWS.md index ae2e9ed..ed172f4 100644 --- a/docs/NEWS.md +++ b/docs/NEWS.md @@ -8,7 +8,7 @@ * *performance:* improve **--discard** performance by splicing to /dev/null internally ([#191](https://codeberg.org/ivarch/pv/issues/191)) * *fix:* report signal interrupts on a new line, so that control-C doesn't write "^C" over the progress ([#187](https://codeberg.org/ivarch/pv/issues/187)) * *fix:* prevent an endless wait if there is unread data in the output pipe when its reader terminates ([#189](https://codeberg.org/ivarch/pv/issues/189)) - * *fix:* prevent `splice()` falling back to `read()` when using **--rate-limit** + * *fix:* prevent `splice()` from falling back to `read()` when using **--rate-limit** * *fix:* stop spliced transfers requiring two EOFs when the input is a terminal * *fix:* add timer interrupt to spliced transfers to avoid progress display lockup when the receiver stalls * *fix:* exit with an error if the PID file given to **--pidfile** cannot be replaced