aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-04 15:48:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-04 15:48:21 +0000
commitc3a877682c2ce72aa38c58642875563b918aca86 (patch)
tree43eb95e3dd2d5242f70904b66af46802e51b5a7b
parent99b3965d149e93fd3a2c6bc3a29b3a2d372cc8de (diff)
downloadgnunet-c3a877682c2ce72aa38c58642875563b918aca86.tar.gz
gnunet-c3a877682c2ce72aa38c58642875563b918aca86.zip
move monkey man page to monkey
-rw-r--r--doc/man/Makefile.am3
-rw-r--r--doc/man/gnunet-monkey.139
2 files changed, 1 insertions, 41 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index deb074f42..7bbd13570 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -10,7 +10,6 @@ man_MANS = \
10 gnunet-search.1 \ 10 gnunet-search.1 \
11 gnunet-statistics.1 \ 11 gnunet-statistics.1 \
12 gnunet-transport.1 \ 12 gnunet-transport.1 \
13 gnunet-unindex.1 \ 13 gnunet-unindex.1
14 gnunet-monkey.1
15 14
16EXTRA_DIST = ${man_MANS} 15EXTRA_DIST = ${man_MANS}
diff --git a/doc/man/gnunet-monkey.1 b/doc/man/gnunet-monkey.1
deleted file mode 100644
index d939da73f..000000000
--- a/doc/man/gnunet-monkey.1
+++ /dev/null
@@ -1,39 +0,0 @@
1.TH GNUNET\-MONKEY 1 "Jan 4, 2012" "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.B
16.IP "\-h, \-\-help"
17Print short help on options.
18.B
19.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
20Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
21.B
22.IP "\-m, \-\-mode"
23Monkey's mode of operation: text: for writing debugging report in a text file, email: for sending debugging report to an email address.
24.B
25.IP "\-b, \-\-binary"
26Path of the binary to debug with Monkey.
27.B
28.IP "\-o, \-\-output"
29Only required in text mode: The path of the text file in which Monkey should write the debugging report.
30.B
31.IP "\-v, \-\-version"
32Print GNUnet version number.
33
34
35.SH BUGS
36Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org>
37
38.SH SEE ALSO
39gnunet\-service\-monkey(1)