-.TH GNUNET\-ARM 1 "Mar 7, 2009" "GNUnet"
+.TH GNUNET\-ARM 1 "Jan 4, 2012" "GNUnet"
.SH NAME
gnunet\-arm \- control GNUnet services
\fBgnunet\-arm\fP can be used to start or stop GNUnet services, including the ARM service itself. The ARM service is a supervisor for GNUnet's service processes. ARM starts services on-demand or as configured and re-starts them if they crash.
.SH OPTIONS
-
-.TP
+.B
.IP "\-c FILENAME, \-\-config=FILENAME"
Use the configuration file FILENAME.
-
-.TP
+.B
.IP "\-e, \-\-end"
Shutdown all GNUnet services (including ARM itself). Running "gnunet-arm -e" is the usual way to shutdown a GNUnet peer.
-
-.TP
+.B
.IP "\-h, \-\-help"
Print short help on options.
-
-.TP
+.B
.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
-
-.TP
+.B
.IP "\-i SERVICE, \-\-init=SERVICE"
Starts the specified SERVICE if it is not already running. More specifically, this makes the service behave as if it were in the default services list.
-
-.TP
+.B
.IP "\-k SERVICE, \-\-kill=SERVICE"
Stop the specified SERVICE if it is running. While this will kill the service right now, the service may be restarted immediately if other services depend on it (service is then started 'on-demand'). If the service used to be a 'default' service, its default-service status will be revoked. If the service was not a default service, it will just be (temporarily) stopped, but could be re-started on-demand at any time.
-
-.TP
+.B
.IP "\-s, \-\-start"
Start all GNUnet default services on this system (and also ARM). Naturally, if a service is demanded by a default service, it will then also be started. Running "gnunet-arm -s" is the usual way to start a GNUnet peer.
-
-.TP
+.B
.IP "\-v, \-\-version"
Print GNUnet version number.
-.TH GNUNET\-MONKEY 1 "Nov 4, 2010" "GNUnet"
+.TH GNUNET\-MONKEY 1 "Jan 4, 2012" "GNUnet"
.SH NAME
gnunet\-monkey \- automatically debugging for services
\fBgnunet\-monkey\fP used to automatically debug a service.
.SH OPTIONS
-
-.TP
+.B
.IP "\-h, \-\-help"
Print short help on options.
-
-.TP
+.B
.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
-
-.TP
+.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.
-
-.TP
+.B
.IP "\-b, \-\-binary"
Path of the binary to debug with Monkey.
-
-.TP
+.B
.IP "\-o, \-\-output"
Only required in text mode: The path of the text file in which Monkey should write the debugging report.
-
-.TP
+.B
.IP "\-v, \-\-version"
Print GNUnet version number.
-.TH GNUNET\-NAT\-SERVER 1 "Jul 1, 2011" "GNUnet"
+.TH GNUNET\-NAT\-SERVER 1 "Jan 4, 2012" "GNUnet"
.SH NAME
gnunet\-nat\-server \- help GNUnet setup test network setup with NAT
.SH SYNOPSIS
.B gnunet\-nat\-server
-.RI [ options ] PORT
+.RI [ options ]
+.RI PORT
.br
.SH DESCRIPTION
.SH OPTIONS
-
-.TP
+.B
.IP "\-c FILENAME, \-\-config=FILENAME"
Use the configuration file FILENAME.
-.TH GNUNET\-STATISTICS 1 "Mar 6, 2009" "GNUnet"
+.TH GNUNET\-STATISTICS 1 "Jan 4, 2012" "GNUnet"
.SH NAME
gnunet\-statistics \- Display statistics about your GNUnet system
.SH SYNOPSIS
.B gnunet\-statistics
-.RI [ options ] [ VALUE ]
+.RI [ options ]
+.RI [ VALUE ]
.br
.SH DESCRIPTION
gnunet\-statistics can be used to set a value by giving the options \-n, \-s and also a VALUE.
.SH OPTIONS
-
-.TP
+.B
.IP "\-c FILENAME, \-\-config=FILENAME"
Use the configuration file FILENAME.
-
-.TP
+.B
.IP "\-h, \-\-help"
Print short help on options.
-
-.TP
+.B
.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
-
-.TP
+.B
.IP "\-n NAME, \-\-name=NAME"
Each statistic has a name that is unique with in its subsystem. With this option, the output can be restricted to statistics that have a particular name.
-
-.TP
+.B
.IP "\-p, \-\-persistent"
When setting a value, make the value persistent. If the value used to be persistent and this flag is not given, it will be marked as non\-persistent.
-
-.TP
+.B
.IP "\-s SUBSYSTEM, \-\-subsystem=SUBSYSTEM"
Statistics are kept for various subsystems. With this option, the output can be restricted to a particular subsystem only.
-
-.TP
+.B
.IP "\-v, \-\-version"
Print GNUnet version number.