diff options
author | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2017-11-26 22:18:07 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-11-26 22:25:24 +0100 |
commit | dee2a93a34c4342eb91b131c8a6c12409f502604 (patch) | |
tree | 77ebd0e3efd3193f0ac15be7cfe1e3f339a2243e | |
parent | 9d3830b7ea771ae45d9c1e7b87ae58c813d2aac9 (diff) | |
download | holes-dee2a93a34c4342eb91b131c8a6c12409f502604.tar.gz holes-dee2a93a34c4342eb91b131c8a6c12409f502604.tar.xz holes-dee2a93a34c4342eb91b131c8a6c12409f502604.zip |
Closes: #1 [via git-merge-pr]
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | holes.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index 3edaccd..a2c77ce 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ SYNOPSIS DESCRIPTION holes looks for runs of zero bytes (a.k.a. holes) in the specified input - files (or the standard input), and prints the start adresses (in + files (or the standard input), and prints the start addresses (in hexadecimal) as well as the lengths (in decimal). When multiple input files are specified, holes prefixes each line with the file name. diff --git a/holes.1 b/holes.1 index 284fe6e..0398f75 100644 --- a/holes.1 +++ b/holes.1 @@ -14,7 +14,7 @@ .Nm looks for runs of zero bytes (a.k.a. holes) in the specified input files (or the standard input), -and prints the start adresses (in hexadecimal) +and prints the start addresses (in hexadecimal) as well as the lengths (in decimal). When multiple input files are specified, .Nm |