aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am3
-rw-r--r--doc/man/gnunet-monkey.145
2 files changed, 47 insertions, 1 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 9b59b8589..4fda5b75c 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -8,6 +8,7 @@ man_MANS = \
8 gnunet-search.1 \ 8 gnunet-search.1 \
9 gnunet-statistics.1 \ 9 gnunet-statistics.1 \
10 gnunet-transport.1 \ 10 gnunet-transport.1 \
11 gnunet-unindex.1 11 gnunet-unindex.1 \
12 gnunet-monkey.1
12 13
13EXTRA_DIST = ${man_MANS} 14EXTRA_DIST = ${man_MANS}
diff --git a/doc/man/gnunet-monkey.1 b/doc/man/gnunet-monkey.1
new file mode 100644
index 000000000..49ce45db1
--- /dev/null
+++ b/doc/man/gnunet-monkey.1
@@ -0,0 +1,45 @@
1.TH GNUNET\-MONKEY 1 "Nov 4, 2010" "GNUnet"
2
3.SH NAME
4gnunet\-monkey \- automatically debugging for services
5
6.SH SYNOPSIS
7.B gnunet-monkey
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-monkey\fP used to automatically debug a service.
13
14.SH OPTIONS
15
16.TP
17.IP "\-h, \-\-help"
18Print short help on options.
19
20.TP
21.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
22Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
23
24.TP
25.IP "\-m, \-\-mode"
26Monkey's mode of operation: text: for writing debugging report in a text file, email: for sending debugging report to an email address.
27
28.TP
29.IP "\-b, \-\-binary"
30Path of the binary to debug with Monkey.
31
32.TP
33.IP "\-o, \-\-output"
34Only required in text mode: The path of the text file in which Monkey should write the debugging report.
35
36.TP
37.IP "\-v, \-\-version"
38Print GNUnet version number.
39
40
41.SH BUGS
42Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org>
43
44.SH SEE ALSO
45gnunet\-service\-monkey(1)