From 7f272a9e6ad8cdfabef15395f006cb2a08e0f727 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 10 Jul 2007 09:01:12 +0000 Subject: [PATCH] * Correct thinko in manpage. --- doc/zzuf.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/zzuf.1 b/doc/zzuf.1 index 9c00f92..37a6a10 100644 --- a/doc/zzuf.1 +++ b/doc/zzuf.1 @@ -161,8 +161,9 @@ first opened descriptor and all descriptors starting from the 10th, use \(oq\fB\-p1,10-\fR\(cq. Note that this option only affects file descriptors that would otherwise be -fuzzed. Even if 10 read-only descriptors are opened at the beginning of the -program, the next write-only descriptor will be the first one. +fuzzed. Even if 10 write-only descriptors are opened at the beginning of the +program, the next read-write or read-only descriptor will be the first one +considered by the \fB\-p\fR flag. .TP \fB\-P\fR, \fB\-\-protect\fR=\fIlist\fR Protect a list of characters so that if they appear in input data that would