shithub: fuzz

Download patch

ref: 72b43426c3329f2fa6abbbebfb27f757177b9344
parent: 4b0b0a23de87e0805ce5bc64f8a09af1685c7d04
author: seh <seh@localhost>
date: Wed Nov 14 14:24:34 EST 2018

add example manual page

--- a/fuzz.man
+++ b/fuzz.man
@@ -1,0 +1,46 @@
+.TH FUZZ 1
+
+.SH NAME
+fuzz  \- kernel fuzzer from Plan 9 space
+
+.SH SYNOPSIS
+.B fuzz
+[
+.B -n
+.I rounds
+]
+.B call …
+
+.SH DESCRIPTION
+.I Fuzz
+
+.PP
+The options are:
+.PD
+
+.TP
+.B -n \fIrounds
+Perform fuzzing for \fIrounds\fR iterations.
+
+.PP
+.SH EXAMPLES
+
+To fuzz the read and write system calls for two rounds:
+.EX
+fuzz -n 2 read write
+.EE
+
+.PP
+.SH SOURCE
+.B https://bitbucket.org/cpre43121/fuzz-c
+
+.PP
+.SH "SEE ALSO"
+.IR intro (2),
+.IR syscall (1)
+
+.PP
+.SH BUGS
+
+Oh yeah.
+