* doc/zzuf.1: fix a typo in the manpage.

This commit is contained in:
Sam Hocevar 2008-09-15 19:39:44 +00:00 committed by sam
parent 9be83ce34d
commit 4dd6f5011a

View File

@ -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.