aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-gns.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-gns.1')
-rw-r--r--doc/man/gnunet-gns.125
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 4d52cfa97..9466dae03 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -9,7 +9,8 @@ gnunet\-gns \- Access to GNU Name System
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service names. 12\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service
13names.
13 14
14.SH OPTIONS 15.SH OPTIONS
15.B 16.B
@@ -17,24 +18,24 @@ gnunet\-gns \- Access to GNU Name System
17Use the configuration file FILENAME. 18Use the configuration file FILENAME.
18.B 19.B
19.IP "\-r, \-\-raw" 20.IP "\-r, \-\-raw"
20No unneeded output. 21No unneeded output. This is a quiet mode where only important
21This is a quiet mode where only important information is displayed. 22information is displayed. For example a lookup for an IP address will
22For example a lookup for an IP address will only yield the IP address, no 23only yield the IP address, no descriptive text.
23descriptive text.
24.B 24.B
25.IP "\-h, \-\-help" 25.IP "\-h, \-\-help"
26Print short help on options. 26Print short help on options.
27.B 27.B
28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 28.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 29Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and
30ERROR.
30.B 31.B
31.IP "\-u NAME, \-\-lookup=NAME" 32.IP "\-u NAME, \-\-lookup=NAME"
32Name to lookup. 33Name to lookup. Resolve the specified name using the GNU Name System.
33Resolve the specified name using the GNU Name System.
34.B 34.B
35.IP "\-t TYPE, \-\-type=TYPE" 35.IP "\-t TYPE, \-\-type=TYPE"
36Resource Record Type (TYPE) to look for. 36Resource Record Type (TYPE) to look for. Supported TYPE's are: A,
37Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT 37AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR,
38TXT
38 39
39Defaults to "A". 40Defaults to "A".
40.B 41.B
@@ -44,8 +45,8 @@ Print GNUnet version number.
44 45
45.SH RETURN VALUE 46.SH RETURN VALUE
46 47
47gnunet\-gns will return 0 on success, 1 on internal failures, 2 on launch failures, 48gnunet\-gns will return 0 on success, 1 on internal failures, 2 on
483 if the given name is not configured to use GNS. 49launch failures, 3 if the given name is not configured to use GNS.
49 50
50 51
51.SH BUGS 52.SH BUGS