about summary refs log tree commit diff
path: root/holes.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-08-21 18:19:23 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-08-21 18:19:23 +0200
commitde5d95e0fb849c74e05a865fa2c2e1abf7800cf9 (patch)
treee9afdb8fe38e3e6edf75014ad3e02987d02b1c60 /holes.1
parent1af374e8892e97d0c2e826a5de0ad7b37fe9238f (diff)
downloadholes-de5d95e0fb849c74e05a865fa2c2e1abf7800cf9.tar.gz
holes-de5d95e0fb849c74e05a865fa2c2e1abf7800cf9.tar.xz
holes-de5d95e0fb849c74e05a865fa2c2e1abf7800cf9.zip
Add -b to change which byte is tested
Diffstat (limited to 'holes.1')
-rw-r--r--holes.114
1 files changed, 11 insertions, 3 deletions
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