From de5d95e0fb849c74e05a865fa2c2e1abf7800cf9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 21 Aug 2017 18:19:23 +0200 Subject: Add -b to change which byte is tested --- holes.1 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'holes.1') diff --git a/holes.1 b/holes.1 index 6d24b08..2edbaf9 100644 --- a/holes.1 +++ b/holes.1 @@ -6,6 +6,7 @@ .Nd find runs of zero bytes .Sh SYNOPSIS .Nm +.Op Fl b Ar byte .Op Fl n Ar minlen .Op Ar files\ ... .Sh DESCRIPTION @@ -18,11 +19,18 @@ When multiple input files are specified, .Nm prefixes each line with the file name. .Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl b Ar byte +Count runs of +.Ar byte , +a number between 0 and 255, +instead of zero bytes. +.It Fl n Ar minlen +Change minimum size of holes reported. By default, only holes of at least 64 bytes are reported. -This can be changed using the -.Fl n -option. +.El .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -- cgit 1.4.1