aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-05 20:00:21 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-05 20:00:34 +0100
commit0f4032609d5372978e0c038ee05f51ce9c131876 (patch)
tree3fb3beaf77177f4aca197a350b6dd0381fe1a502 /doc/man
parent044170c00077438d30ab0c832a7193eb093aae30 (diff)
downloadgnunet-0f4032609d5372978e0c038ee05f51ce9c131876.tar.gz
gnunet-0f4032609d5372978e0c038ee05f51ce9c131876.zip
add convenience API to gnunetgns lib
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-gns.15
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index a6f27479a..4d52cfa97 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -32,9 +32,6 @@ Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
32Name to lookup. 32Name to lookup.
33Resolve the specified name using the GNU Name System. 33Resolve the specified name using the GNU Name System.
34.B 34.B
35.IP "\-T DELAY, \-\-timeout=DELAY"
36Set the timeout to DELAY. By default, gnunet\-gns will continue to try to resolve the name until there is a definitive answer or until the user aborts with CTRL\-C.
37.B
38.IP "\-t TYPE, \-\-type=TYPE" 35.IP "\-t TYPE, \-\-type=TYPE"
39Resource Record Type (TYPE) to look for. 36Resource Record Type (TYPE) to look for.
40Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT 37Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT
@@ -48,7 +45,7 @@ Print GNUnet version number.
48.SH RETURN VALUE 45.SH RETURN VALUE
49 46
50gnunet\-gns will return 0 on success, 1 on internal failures, 2 on launch failures, 47gnunet\-gns will return 0 on success, 1 on internal failures, 2 on launch failures,
513 if the given name is not configured to use GNS, and 4 on timeout. 483 if the given name is not configured to use GNS.
52 49
53 50
54.SH BUGS 51.SH BUGS