aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-gns.1
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-11-03 12:46:25 +0100
committerxrs <xrs@mail36.net>2018-11-03 12:46:25 +0100
commitcf4870390de2ff9ef4befc12aeb67aba538af385 (patch)
treedb33bd658a80aa674ea3386fd5877cda66607b23 /doc/man/gnunet-gns.1
parent2770964bdd8f33c081e3b22c7295e7949e525188 (diff)
parent30ecc23f94aff98f1cfde23a82b455693f8aec15 (diff)
downloadgnunet-cf4870390de2ff9ef4befc12aeb67aba538af385.tar.gz
gnunet-cf4870390de2ff9ef4befc12aeb67aba538af385.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'doc/man/gnunet-gns.1')
-rw-r--r--doc/man/gnunet-gns.160
1 files changed, 35 insertions, 25 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 9e4482653..9f7a651a7 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -1,57 +1,67 @@
1.TH GNUNET\-GNS 1 "Mar 23, 2018" "GNUnet" 1.TH GNUNET\-GNS 1 "March 23, 2018" "GNUnet"
2
3.SH NAME 2.SH NAME
4gnunet\-gns \- Access to GNU Name System 3gnunet\-gns \- Access to GNU Name System
5
6.SH SYNOPSIS 4.SH SYNOPSIS
7.B gnunet\-gns 5.B gnunet\-gns
8.RI [ options ] 6.RI [ options ]
9.br
10
11.SH DESCRIPTION 7.SH DESCRIPTION
12\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service 8\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service
13names. 9names.
14
15.SH OPTIONS 10.SH OPTIONS
16.B 11.B
17.IP "\-c FILENAME, \-\-config=FILENAME" 12.IP "\-c FILENAME, \-\-config=FILENAME"
18Use the configuration file FILENAME. 13Use the configuration file FILENAME.
19.B 14.B
20.IP "\-r, \-\-raw" 15.IP "\-r, \-\-raw"
21No unneeded output. This is a quiet mode where only important 16No unneeded output.
22information is displayed. For example a lookup for an IP address will 17This is a quiet mode where only important information is displayed.
23only yield the IP address, no descriptive text. 18For example a lookup for an IP address will only yield the IP address,
19no descriptive text.
24.B 20.B
25.IP "\-h, \-\-help" 21.IP "\-h, \-\-help"
26Print short help on options. 22Print short help on options.
27.B 23.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 24.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and 25Use LOGLEVEL for logging.
30ERROR. 26Valid values are DEBUG, INFO, WARNING and ERROR.
31.B 27.B
32.IP "\-u NAME, \-\-lookup=NAME" 28.IP "\-u NAME, \-\-lookup=NAME"
33Name to lookup. Resolve the specified name using the GNU Name System. 29Name to lookup.
30Resolve the specified name using the GNU Name System.
34.B 31.B
35.IP "\-t TYPE, \-\-type=TYPE" 32.IP "\-t TYPE, \-\-type=TYPE"
36Resource Record Type (TYPE) to look for. Supported TYPE's are: A, 33Resource Record Type (TYPE) to look for.
37AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, 34Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA,
38TXT 35MX, LEHO, VPN, REV, PTR, TXT.
39
40Defaults to "A". 36Defaults to "A".
41.B 37.B
42.IP "\-v, \-\-version" 38.IP "\-v, \-\-version"
43Print GNUnet version number. 39Print GNUnet version number.
44.B
45
46.SH RETURN VALUE 40.SH RETURN VALUE
47
48gnunet\-gns will return 0 on success, 1 on internal failures, 2 on 41gnunet\-gns will return 0 on success, 1 on internal failures, 2 on
49launch failures, 4 if the given name is not configured to use GNS. 42launch failures, 4 if the given name is not configured to use GNS.
50
51
52.SH BUGS 43.SH BUGS
53Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 44Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending
54 45electronic mail to <gnunet\-developers@gnu.org>
55 46.SH SEE ALSO
56.SH "SEE ALSO"
57\fBgnunet\-namestore\fP(1), \fBgnunet\-identity\fP(1) 47\fBgnunet\-namestore\fP(1), \fBgnunet\-identity\fP(1)
48.PP
49The full documentation for
50.B gnunet
51is maintained as a Texinfo manual. If the
52.B info
53and
54.B gnunet
55programs are properly installed at your site, the command
56.IP
57.B info gnunet
58.PP
59should give you access to the complete handbook,
60.IP
61.B info gnunet-c-tutorial
62.PP
63will give you access to a tutorial for developers.
64.PP
65Depending on your installation, this information is also
66available in
67\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).