Changeset 4009 for zzuf/trunk/doc


Ignore:
Timestamp:
Nov 23, 2009, 1:26:53 AM (14 years ago)
Author:
Sam Hocevar
Message:

Add a second level of debugging for slightly less useful information.

Location:
zzuf/trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/doc/libzzuf.3

    r4006 r4009  
    1 .TH libzzuf 3 "2008-06-10" "libzzuf"
     1.TH libzzuf 3 "2009-11-22" "libzzuf"
    22.SH NAME
    33libzzuf \- helper library for the zzuf multiple purpose fuzzer
     
    2121.TP
    2222\fBZZUF_DEBUG\fR
     23This environment variable is set to the debugging level. 0 means no debugging
     24information is sent to \fBzzuf\fR. 1 logs important information as well as
     25all diverted functions. 2 logs fuzzing status and all optional file stream
     26information.
     27.TP
     28\fBZZUF_DEBUGFD\fR
    2329This environment variable is set to a file descriptor where \fBlibzzuf\fR will
    2430send debugging information. This is used to send data to the main \fBzzuf\fR
  • zzuf/trunk/doc/zzuf.1

    r4006 r4009  
    1 .TH zzuf 1 "2006-12-22" "zzuf"
     1.TH zzuf 1 "2009-11-22" "zzuf"
    22.SH NAME
    33zzuf \- multiple purpose fuzzer
     
    9393.TP
    9494\fB\-d\fR, \fB\-\-debug\fR
    95 Activate the display of debug messages.
     95Activate the display of debug messages. Can be specified multiple times for
     96increased verbosity.
    9697.TP
    9798\fB\-D\fR, \fB\-\-delay\fR=\fIdelay\fR
Note: See TracChangeset for help on using the changeset viewer.