aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-08-13 08:06:11 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-08-13 08:06:11 +0000
commitf848e33cb8088e9a3e66f9cc3df7175e67a1b396 (patch)
tree21cab92da5761f67856740feb61dd881876a3b59
parentdcc664503c7f346c97e32c5232c2f3cb82e3c7d7 (diff)
downloadgnunet-f848e33cb8088e9a3e66f9cc3df7175e67a1b396.tar.gz
gnunet-f848e33cb8088e9a3e66f9cc3df7175e67a1b396.zip
-update gns manual
-rw-r--r--doc/man/gnunet-gns.136
1 files changed, 30 insertions, 6 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 4d00c82e3..ef5a0f9bc 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -1,32 +1,56 @@
1.TH GNUNET\-GNS 1 "Mar 5, 2012" "GNUnet" 1.TH GNUNET\-GNS 1 "Aug 8, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-gns \- manipulate GNUnet GNS zones 4gnunet\-gns \- Access to GNUnet Name Service
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-gns 7.B gnunet\-gns
8.RI [ options ] -z ZONEFILE 8.RI [ options ]
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-gns\fP can be used to create and manipulate a GNS zone. 12\fBgnunet\-gns\fP can be used to lookup and process GNUnet Name Service names.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
16.IP "\-a NAME, \-\-authority=NAME"
17Get the authority of a particular name.
18For example the authority for "www.fcfs.gads" is "fcfs.gads".
19.B
16.IP "\-c FILENAME, \-\-config=FILENAME" 20.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME. 21Use the configuration file FILENAME.
18.B 22.B
23.IP "\-r, \-\-raw"
24No unneeded output.
25This is a quiet mode where only important information is displayed.
26For example a lookup for an IP address will only yield the IP address, no
27descriptive text.
28.B
29.IP "\-s NAME, \-\-shorten NAME"
30Shorten GNUnet Name Service Name.
31The service will try to shorten the delegation chain of the name if a "closer"
32authority chain exists relative to your local root zone.
33.B
34.IP "\-t RRTYPE, \-\-type=RRTYPE"
35Resource Record Type (RRTYPE) to look for.
36Supported RRTYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT
37
38Defaults to "A".
39.B
19.IP "\-h, \-\-help" 40.IP "\-h, \-\-help"
20Print short help on options. 41Print short help on options.
21.B 42.B
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 43.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 44Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B 45.B
25.IP "\-s NAME, \-\-shorten=NAME" 46.IP "\-u NAME, \-\-lookup=NAME"
26GNS domain name to shorten 47Name to lookup.
48Resolve the specified name using the GNUnet Name System.
27.B 49.B
28.IP "\-v, \-\-version" 50.IP "\-v, \-\-version"
29Print GNUnet version number. 51Print GNUnet version number.
52.B
53
30 54
31.SH BUGS 55.SH BUGS
32Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 56Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>