aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-uri.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-uri.1')
-rw-r--r--doc/man/gnunet-uri.191
1 files changed, 48 insertions, 43 deletions
diff --git a/doc/man/gnunet-uri.1 b/doc/man/gnunet-uri.1
index 2fe1a05d2..bb525ef7f 100644
--- a/doc/man/gnunet-uri.1
+++ b/doc/man/gnunet-uri.1
@@ -1,49 +1,54 @@
1.TH GNUNET-URI 1 "June 26, 2012" "GNUnet" 1.Dd June 26, 2012
2.SH NAME 2.Dt GNUNET-URI 1
3gnunet\-uri \- invoke default handler for GNUnet URIs 3.Os
4.SH SYNOPSIS 4.Sh NAME
5.B gnunet\-uri 5.Nm gnunet-uri
6.RI URI 6.Nd
7.SH DESCRIPTION 7invoke default handler for GNUnet URIs
8\fBgnunet\-uri\fP can be used to invoke the correct tool to handle a 8.Sh SYNOPSIS
9GNUnet URI. GNUnet URIs have the format "gnunet://SUBSYSTEM/DETAILS" 9.Nm
10and thus the specific tool to handle the URI depends on the subsystem. 10.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
11gnunet\-uri will determine the correct tool (by looking for SUBSYSTEM 11.Op Fl h | \-help
12in the configuration section "uri") and invoke it. 12.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
13.SH OPTIONS 13.Op Fl v | \-version
14.B 14URI
15.IP "\-c FILENAME, \-\-config=FILENAME" 15.Sh DESCRIPTION
16.Nm
17can be used to invoke the correct tool to handle a GNUnet URI.
18GNUnet URIs have the format "gnunet://SUBSYSTEM/DETAILS" and thus the specific tool to handle the URI depends on the subsystem.
19gnunet-uri will determine the correct tool (by looking for SUBSYSTEM in the configuration section "uri") and invoke it.
20.Bl -tag -width Ds
21.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME
16Use the configuration file FILENAME. 22Use the configuration file FILENAME.
17.B 23.It Fl h | \-help
18.IP "\-h, \-\-help"
19Print short help on options. 24Print short help on options.
20.B 25.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
21.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 26Use LOGLEVEL for logging.
22Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 27Valid values are DEBUG, INFO, WARNING and ERROR.
23.B 28.It Fl v | \-version
24.IP "\-v, \-\-version"
25Print GNUnet version number. 29Print GNUnet version number.
26.SH BUGS 30.El
27Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending 31.Sh SEE ALSO
28electronic mail to <gnunet\-developers@gnu.org> 32The full documentation for gnunet is maintained as a Texinfo manual.
29.SH SEE ALSO
30The full documentation for
31.B gnunet
32is maintained as a Texinfo manual.
33If the 33If the
34.B info 34.Xr info 1
35and 35and gnunet programs are properly installed at your site, the command
36.B gnunet 36.Pp
37programs are properly installed at your site, the command 37.Dl info gnunet
38.IP 38.Pp
39.B info gnunet
40.PP
41should give you access to the complete handbook, 39should give you access to the complete handbook,
42.IP 40.Pp
43.B info gnunet-c-tutorial 41.Dl info gnunet-c-tutorial
44.PP 42.Pp
45will give you access to a tutorial for developers. 43will give you access to a tutorial for developers.
46.PP 44.sp
47Depending on your installation, this information is also 45Depending on your installation, this information is also available in
48available in 46.Xr gnunet 7 and
49\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7). 47.Xr gnunet-c-tutorial 7 .
48.\".Sh HISTORY
49.\".Sh AUTHORS
50.Sh BUGS
51Report bugs by using
52.Lk https://bugs.gnunet.org
53or by sending electronic mail to
54.Aq Mt gnunet-developers@gnu.org .