aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-uri.130
2 files changed, 31 insertions, 0 deletions
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 = \
17 gnunet-statistics.1 \ 17 gnunet-statistics.1 \
18 gnunet-transport.1 \ 18 gnunet-transport.1 \
19 gnunet-unindex.1 \ 19 gnunet-unindex.1 \
20 gnunet-uri.1 \
20 gnunet-vpn.1 21 gnunet-vpn.1
21 22
22EXTRA_DIST = ${man_MANS} 23EXTRA_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 @@
1.TH GNUNET\-URI 1 "Jun 26, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-uri \- invoke default handler for GNUnet URIs
5
6.SH SYNOPSIS
7.B gnunet\-uri
8.RI URI
9.br
10
11.SH DESCRIPTION
12\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.
13
14.SH OPTIONS
15.B
16.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME.
18.B
19.IP "\-h, \-\-help"
20Print short help on options.
21.B
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B
25.IP "\-v, \-\-version"
26Print GNUnet version number.
27
28
29.SH BUGS
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>