From 4dd6f5011a7c117be12507667f805f2960fc22a9 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 15 Sep 2008 19:39:44 +0000 Subject: [PATCH] * doc/zzuf.1: fix a typo in the manpage. --- doc/zzuf.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zzuf.1 b/doc/zzuf.1 index 294905f..3415547 100644 --- a/doc/zzuf.1 +++ b/doc/zzuf.1 @@ -51,7 +51,7 @@ Restrict fuzzing to bytes whose offsets in the file are within \fIranges\fR. Range values start at zero and are inclusive. Use dashes between range values and commas between ranges. If the right-hand part of a range is ommited, it means end of file. For instance, to restrict fuzzing to bytes 0, 3, 4, 5 and -all bytes after offset 31, use \(oq\fB\-r0,3\-5,31\-\fR\(cq. +all bytes after offset 31, use \(oq\fB\-b0,3\-5,31\-\fR\(cq. This option is useful to preserve file headers or corrupt only a specific portion of a file.