1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
From f0b1a07815cb526f841a056839e706e58934c94d Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Tue, 29 Dec 2009 12:57:19 +0200
Subject: [PATCH] fuzz.1: add arg to --newlines option
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
fuzz.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fuzz.1 b/fuzz.1
index a32ba96..75fce2b 100644
--- a/fuzz.1
+++ b/fuzz.1
@@ -6,7 +6,7 @@ fuzz \- stress test programs
.SH SYNOPSIS
.B fuzz
-[\-t|\-\-timeout timeinsecs] [\-p|\-\-printable] [\-n|\-\-newlines]
+[\-t|\-\-timeout timeinsecs] [\-p|\-\-printable] [\-n|\-\-newlines N]
[\-l|\-\-length totlen] [\-m|\-\-maxline maxlinelen]
[\-r|\-\-runcount numruns] [\-b|\-\-bytes] [\-c|\-\-chroot]
[\-u|\-\-user username] [\-a|\-\-args] [\-o|\-\-omitdata]
@@ -76,8 +76,8 @@ Specify the maximum line length within the random data stream passed
into stdin.
.TP
-.I "\-n, \-\-newlines"
-Include random newlines in the input stream.
+.I "\-n, \-\-newlines" N
+Include random N newlines in the input stream.
.TP
.I "\-o, \-\-omitdata"
--
1.6.5
|