From bb6c1206919c6f8efa82cebb4ee899f140358b87 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 15 Oct 2024 21:07:04 +0100 Subject: [PATCH] Replace "zero byte" with "null byte" as per man-pages style guide. --- docs/pv.1 | 2 +- docs/pv.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pv.1 b/docs/pv.1 index 9e26940..4cbb8d2 100644 --- a/docs/pv.1 +++ b/docs/pv.1 @@ -413,7 +413,7 @@ pipes or non-regular files, or are unreadable, the total size will not be calculated. .TP .B \-0, \-\-null -Count lines as terminated with a zero byte instead of with a newline. +Count lines as terminated with a null byte instead of with a newline. This option implies \-\-line\-mode. .TP .BI \-i\ SEC \fR,\ \fB\-\-interval\ SEC diff --git a/docs/pv.1.md b/docs/pv.1.md index 7dd85a8..966efd5 100644 --- a/docs/pv.1.md +++ b/docs/pv.1.md @@ -256,7 +256,7 @@ display types that are explicitly switched on will be shown. **-0, \--null** -: Count lines as terminated with a zero byte instead of with a +: Count lines as terminated with a null byte instead of with a newline. This option implies \--line-mode. **-i SEC, \--interval SEC**