diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-04-21 11:41:52 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:40 +0200 |
commit | 58eba9c3ad9b5dfd6234a081121a9ef32613e3f8 (patch) | |
tree | 88a111d50cecc0030d700756c704548f207f59c9 /debian/man | |
parent | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (diff) |
Imported Debian patch 0.9.2-1
Diffstat (limited to 'debian/man')
-rw-r--r-- | debian/man/gnunet-core-list-connections.1 | 35 | ||||
-rw-r--r-- | debian/man/gnunet-dht-get.1 | 47 | ||||
-rw-r--r-- | debian/man/gnunet-dht-put.1 | 53 | ||||
-rw-r--r-- | debian/man/gnunet-helpers.1 | 38 | ||||
-rw-r--r-- | debian/man/gnunet-resolver.1 | 35 | ||||
-rw-r--r-- | debian/man/gnunet-services.1 | 41 | ||||
-rw-r--r-- | debian/man/gnunet-testing.1 | 47 |
7 files changed, 296 insertions, 0 deletions
diff --git a/debian/man/gnunet-core-list-connections.1 b/debian/man/gnunet-core-list-connections.1 new file mode 100644 index 0000000..85b0284 --- /dev/null +++ b/debian/man/gnunet-core-list-connections.1 @@ -0,0 +1,35 @@ +.TH GNUNET\-CORE\-LIST\-CONNECTIONS 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-core\-list\-connections \- information about GNUnet connected peers + +.SH SYNOPSIS +.B gnunet\-core\-list\-connections +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-core\-list\-connections\fP print information about GNUnet connected peers. + +.SH OPTIONS +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.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 "\-l LOGFILE, \-\-logfile=LOGFILE" +Configure logging to write logs to LOGFILE. +.B +.IP "\-n, \-\-numeric" +Don't resolve host names. +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> diff --git a/debian/man/gnunet-dht-get.1 b/debian/man/gnunet-dht-get.1 new file mode 100644 index 0000000..81e595f --- /dev/null +++ b/debian/man/gnunet-dht-get.1 @@ -0,0 +1,47 @@ +.TH GNUNET\-DHT\-GET 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-dht\-get \- issue a GET request to the GNUnet DHT, prints results. + +.SH SYNOPSIS +.B gnunet\-dht\-get +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-dht\-get\fP issue a GET request to the GNUnet DHT and prints results. + +.SH OPTIONS +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.B +.IP "\-h, \-\-help" +Print short help on options. +.B +.IP "\-k KEY, \-\-key=KEY" +The query key. +.B +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" +Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. +.B +.IP "\-l LOGFILE, \-\-logfile=LOGFILE" +Configure logging to write logs to LOGFILE. +.B +.IP "\-r LEVEL, \-\-replication=LEVEL" +How many parallel requests (replicas) to create. +.B +.IP "\-T TIMEOUT, \-\-timeout=TIMEOUT" +How long to execute this query before giving up? +.B +.IP "\-t TYPE, \-\-type=TYPE" +The type of data to look for. +.B +.IP "\-V, \-\-verbose" +Be verbose (print progress information). +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> diff --git a/debian/man/gnunet-dht-put.1 b/debian/man/gnunet-dht-put.1 new file mode 100644 index 0000000..d355d84 --- /dev/null +++ b/debian/man/gnunet-dht-put.1 @@ -0,0 +1,53 @@ +.TH GNUNET\-DHT\-PUT 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-dht\-put \- Issue a PUT request to the GNUnet DHT insert DATA under KEY. + +.SH SYNOPSIS +.B gnunet\-dht\-put +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-dht\-get\fP Issue a PUT request to the GNUnet DHT insert DATA under KEY. + +.SH OPTIONS +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.B +.IP "\-d DATA, \-\-data=DATA" +The data to insert under the key. +.B +.IP "\-e EXPIRATION, \-\-expiration=EXPIRATION" +How long to store this entry in the dht (in seconds). +.B +.IP "\-h, \-\-help" +Print short help on options. +.B +.IP "\-k KEY, \-\-key=KEY" +The query key. +.B +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" +Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. +.B +.IP "\-l LOGFILE, \-\-logfile=LOGFILE" +Configure logging to write logs to LOGFILE. +.B +.IP "\-r LEVEL, \-\-replication=LEVEL" +How many parallel requests (replicas) to create. +.B +.IP "\-T TIMEOUT, \-\-timeout=TIMEOUT" +How long to execute this query before giving up? +.B +.IP "\-t TYPE, \-\-type=TYPE" +The type of data to look for. +.B +.IP "\-V, \-\-verbose" +Be verbose (print progress information). +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> diff --git a/debian/man/gnunet-helpers.1 b/debian/man/gnunet-helpers.1 new file mode 100644 index 0000000..24be226 --- /dev/null +++ b/debian/man/gnunet-helpers.1 @@ -0,0 +1,38 @@ +.TH GNUNET\-HELPERS 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-helpers \- GNUnet priviledged helpers + +.SH SYNOPSIS +.B gnunet\-helper- +.RI [helper] [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-helpers\fP should not be used by normal users, they should be called by the GNUnet services supervisor automatically. + +.SH OPTIONS +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.B +.IP "\-d, \-\-daemonize" +Do daemonize (detach from terminal). +.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 "\-l LOGFILE, \-\-logfile=LOGFILE" +Configure logging to write logs to LOGFILE. +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> + +.SH SEE ALSO +gnunet\-arm(1) diff --git a/debian/man/gnunet-resolver.1 b/debian/man/gnunet-resolver.1 new file mode 100644 index 0000000..0c314bc --- /dev/null +++ b/debian/man/gnunet-resolver.1 @@ -0,0 +1,35 @@ +.TH GNUNET\-RESOLVER 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-resolver \- build-in GNUnet stub resolver + +.SH SYNOPSIS +.B gnunet\-resolver +.RI [ options ] [ hostname ] +.br + +.SH DESCRIPTION +\fBgnunet\-resolver\fP uses build-in GNUnet stub resolver. + +.SH OPTIONS +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.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 "\-l LOGFILE, \-\-logfile=LOGFILE" +Configure logging to write logs to LOGFILE. +.B +.IP "\-r, \-\-reverse" +Perform a reverse lookup. +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> diff --git a/debian/man/gnunet-services.1 b/debian/man/gnunet-services.1 new file mode 100644 index 0000000..5096a1b --- /dev/null +++ b/debian/man/gnunet-services.1 @@ -0,0 +1,41 @@ +.TH GNUNET\-SERVICES 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-services \- GNUnet services + +.SH SYNOPSIS +.B gnunet\-service-SERVICE +.RI [ options ] + +.B gnunet\-daemon-SERVICE +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-services\fP should not be used by normal users, they should be called by the GNUnet ARM services supervisor automatically. + +.SH OPTIONS +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.B +.IP "\-d, \-\-daemonize" +Do daemonize (detach from terminal). +.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 "\-l LOGFILE, \-\-logfile=LOGFILE" +Configure logging to write logs to LOGFILE. +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> + +.SH SEE ALSO +gnunet\-arm(1) diff --git a/debian/man/gnunet-testing.1 b/debian/man/gnunet-testing.1 new file mode 100644 index 0000000..82ea62e --- /dev/null +++ b/debian/man/gnunet-testing.1 @@ -0,0 +1,47 @@ +.TH GNUNET\-TESTING 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-testing \- Command line tool to access the testing library. + +.SH SYNOPSIS +.B gnunet\-testing +.RI [ options ] +.br + +.SH DESCRIPTION +\fBgnunet\-testing\fP is a command line tool to access the testing library. + +.SH OPTIONS +.B +.IP "\-C, \-\-cfg" +Create unique configuration files. +.B +.IP "\-c FILENAME, \-\-config=FILENAME" +Use the configuration file FILENAME. +.B +.IP "\-H, \-\-hostkeys" +Host key file. +.B +.IP "\-h, \-\-help" +Print short help on options. +.B +.IP "\-k, \-\-key" +Create hostkey files from pre-computed hostkey list. +.B +.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" +Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. +.B +.IP "\-l LOGFILE, \-\-logfile=LOGFILE" +Configure logging to write logs to LOGFILE. +.B +.IP "\-n, \-\-number" +Number of unique configuration files or hostkeys to create. +.B +.IP "\-t, \-\-template" +Configuration template. +.B +.IP "\-v, \-\-version" +Print GNUnet version number. + +.SH BUGS +Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> |