gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18988 - gnunet/doc/man monkey monkey/doc


From: gnunet
Subject: [GNUnet-SVN] r18988 - gnunet/doc/man monkey monkey/doc
Date: Wed, 4 Jan 2012 16:48:21 +0100

Author: grothoff
Date: 2012-01-04 16:48:21 +0100 (Wed, 04 Jan 2012)
New Revision: 18988

Added:
   monkey/doc/
   monkey/doc/Makefile.am
   monkey/doc/monkey.1
Removed:
   gnunet/doc/man/gnunet-monkey.1
Modified:
   gnunet/doc/man/Makefile.am
   monkey/Makefile.am
   monkey/configure.ac
Log:
move monkey man page to monkey

Modified: gnunet/doc/man/Makefile.am
===================================================================
--- gnunet/doc/man/Makefile.am  2012-01-04 15:46:29 UTC (rev 18987)
+++ gnunet/doc/man/Makefile.am  2012-01-04 15:48:21 UTC (rev 18988)
@@ -10,7 +10,6 @@
   gnunet-search.1 \
   gnunet-statistics.1 \
   gnunet-transport.1 \
-  gnunet-unindex.1 \
-  gnunet-monkey.1
+  gnunet-unindex.1 
 
 EXTRA_DIST = ${man_MANS}

Deleted: gnunet/doc/man/gnunet-monkey.1
===================================================================
--- gnunet/doc/man/gnunet-monkey.1      2012-01-04 15:46:29 UTC (rev 18987)
+++ gnunet/doc/man/gnunet-monkey.1      2012-01-04 15:48:21 UTC (rev 18988)
@@ -1,39 +0,0 @@
-.TH GNUNET\-MONKEY 1 "Jan 4, 2012" "GNUnet"
-
-.SH NAME
-gnunet\-monkey \- automatically debugging for services
-
-.SH SYNOPSIS
-.B gnunet-monkey
-.RI [ options ]
-.br
-
-.SH DESCRIPTION
-\fBgnunet\-monkey\fP used to automatically debug a service.
-
-.SH OPTIONS
-.B
-.IP "\-h, \-\-help"
-Print short help on options.
-.B
-.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
-Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
-.B
-.IP "\-m, \-\-mode"
-Monkey's mode of operation: text: for writing debugging report in a text file, 
email: for sending debugging report to an email address.
-.B
-.IP "\-b, \-\-binary"
-Path of the binary to debug with Monkey.
-.B
-.IP "\-o, \-\-output"
-Only required in text mode: The path of the text file in which Monkey should 
write the debugging report.
-.B
-.IP "\-v, \-\-version"
-Print GNUnet version number.
-
-
-.SH BUGS
-Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
-
-.SH SEE ALSO
-gnunet\-service\-monkey(1)

Modified: monkey/Makefile.am
===================================================================
--- monkey/Makefile.am  2012-01-04 15:46:29 UTC (rev 18987)
+++ monkey/Makefile.am  2012-01-04 15:48:21 UTC (rev 18988)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src
+SUBDIRS = src doc include
 
 EXTRA_DIST = config.rpath  \
   install-sh

Modified: monkey/configure.ac
===================================================================
--- monkey/configure.ac 2012-01-04 15:46:29 UTC (rev 18987)
+++ monkey/configure.ac 2012-01-04 15:48:21 UTC (rev 18988)
@@ -353,6 +353,7 @@
 AC_OUTPUT([
 Makefile
 src/Makefile
+src/doc/Makefile
 src/include/Makefile
 src/monkey/Makefile
 ])

Added: monkey/doc/Makefile.am
===================================================================
--- monkey/doc/Makefile.am                              (rev 0)
+++ monkey/doc/Makefile.am      2012-01-04 15:48:21 UTC (rev 18988)
@@ -0,0 +1,4 @@
+man_MANS = \
+  monkey.1
+
+EXTRA_DIST = ${man_MANS}

Copied: monkey/doc/monkey.1 (from rev 18987, gnunet/doc/man/gnunet-monkey.1)
===================================================================
--- monkey/doc/monkey.1                         (rev 0)
+++ monkey/doc/monkey.1 2012-01-04 15:48:21 UTC (rev 18988)
@@ -0,0 +1,39 @@
+.TH GNUNET\-MONKEY 1 "Jan 4, 2012" "GNUnet"
+
+.SH NAME
+gnunet\-monkey \- automatically debugging for services
+
+.SH SYNOPSIS
+.B gnunet-monkey
+.RI [ options ]
+.br
+
+.SH DESCRIPTION
+\fBgnunet\-monkey\fP used to automatically debug a service.
+
+.SH OPTIONS
+.B
+.IP "\-h, \-\-help"
+Print short help on options.
+.B
+.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
+Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
+.B
+.IP "\-m, \-\-mode"
+Monkey's mode of operation: text: for writing debugging report in a text file, 
email: for sending debugging report to an email address.
+.B
+.IP "\-b, \-\-binary"
+Path of the binary to debug with Monkey.
+.B
+.IP "\-o, \-\-output"
+Only required in text mode: The path of the text file in which Monkey should 
write the debugging report.
+.B
+.IP "\-v, \-\-version"
+Print GNUnet version number.
+
+
+.SH BUGS
+Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending 
electronic mail to <address@hidden>
+
+.SH SEE ALSO
+gnunet\-service\-monkey(1)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]