Replace "zero byte" with "null byte" as per man-pages style guide.

This commit is contained in:
Andrew Wood
2024-10-15 21:07:04 +01:00
parent e657f745f4
commit bb6c120691
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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**