From 92246cf7ad55d6c48f136f8b9750fb26573ec817 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 26 Jun 2012 21:19:18 +0000 Subject: [PATCH] -man page for gnunet-uri --- doc/man/Makefile.am | 1 + doc/man/gnunet-uri.1 | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 doc/man/gnunet-uri.1 diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index de6a823a2..4a50dec55 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -17,6 +17,7 @@ man_MANS = \ gnunet-statistics.1 \ gnunet-transport.1 \ gnunet-unindex.1 \ + gnunet-uri.1 \ gnunet-vpn.1 EXTRA_DIST = ${man_MANS} diff --git a/doc/man/gnunet-uri.1 b/doc/man/gnunet-uri.1 new file mode 100644 index 000000000..9eac68a6d --- /dev/null +++ b/doc/man/gnunet-uri.1 @@ -0,0 +1,30 @@ +.TH GNUNET\-URI 1 "Jun 26, 2012" "GNUnet" + +.SH NAME +gnunet\-uri \- invoke default handler for GNUnet URIs + +.SH SYNOPSIS +.B gnunet\-uri +.RI URI +.br + +.SH DESCRIPTION +\fBgnunet\-uri\fP can be used to invoke the correct tool to handle a GNUnet URI. GNUnet URIs have the format "gnunet://SUBSYSTEM/DETAILS" and thus the specific tool to handle the URI depends on the subsystem. gnunet\-uri will determine the correct tool (by looking for SUBSYSTEM in the configuration section "uri") and invoke it. + +.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 "\-v, \-\-version" +Print GNUnet version number. + + +.SH BUGS +Report bugs by using Mantis or by sending electronic mail to -- 2.25.1