aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-02 21:42:29 +0000
committerng0 <ng0@n0.is>2019-04-02 21:42:29 +0000
commit9ffade31384c88c94c7f021842592001fde8a049 (patch)
tree6d9fb27ea39e011bc027e89cf770cd023a9816f3
parentd89900c55d05a3924b6f858b1db84c8fdef91607 (diff)
downloadgnunet-9ffade31384c88c94c7f021842592001fde8a049.tar.gz
gnunet-9ffade31384c88c94c7f021842592001fde8a049.zip
man: fix and adjust uri
-rw-r--r--doc/man/gnunet-uri.187
1 files changed, 48 insertions, 39 deletions
diff --git a/doc/man/gnunet-uri.1 b/doc/man/gnunet-uri.1
index 5121fc5c8..1dc8caf86 100644
--- a/doc/man/gnunet-uri.1
+++ b/doc/man/gnunet-uri.1
@@ -1,45 +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.IP "\-c FILENAME, \-\-config=FILENAME" 14.Op URI
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
15Use the configuration file FILENAME. 22Use the configuration file FILENAME.
16.IP "\-h, \-\-help" 23.It Fl h | \-help
17Print short help on options. 24Print short help on options.
18.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 25.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL
19Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 26Use LOGLEVEL for logging.
20.IP "\-v, \-\-version" 27Valid values are DEBUG, INFO, WARNING and ERROR.
28.It Fl v | \-version
21Print GNUnet version number. 29Print GNUnet version number.
22.SH BUGS 30.El
23Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending 31.Sh SEE ALSO
24electronic mail to <gnunet\-developers@gnu.org> 32The full documentation for gnunet is maintained as a Texinfo manual.
25.SH SEE ALSO
26The full documentation for
27.B gnunet
28is maintained as a Texinfo manual.
29If the 33If the
30.B info 34.Xr info 1
31and 35and gnunet programs are properly installed at your site, the command
32.B gnunet 36.Pp
33programs are properly installed at your site, the command 37.Dl info gnunet
34.IP 38.Pp
35.B info gnunet
36.PP
37should give you access to the complete handbook, 39should give you access to the complete handbook,
38.IP 40.Pp
39.B info gnunet-c-tutorial 41.Dl info gnunet-c-tutorial
40.PP 42.Pp
41will give you access to a tutorial for developers. 43will give you access to a tutorial for developers.
42.PP 44.sp
43Depending on your installation, this information is also 45Depending on your installation, this information is also available in
44available in 46.Xr gnunet 7 and
45\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 .