aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-03 22:05:37 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-03 22:05:37 +0100
commit65377c3d9087635696f66b2444ef1d7eb39d4cd0 (patch)
tree14ff5999de78cf717e6e7b4541f469d1b24b243d /doc/man
parentcd2b8b467b218dfdd2d5124ad2d835161f3a2b1a (diff)
downloadgnunet-65377c3d9087635696f66b2444ef1d7eb39d4cd0.tar.gz
gnunet-65377c3d9087635696f66b2444ef1d7eb39d4cd0.zip
eliminate .gnu from GNS
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-gns.119
-rw-r--r--doc/man/gnunet-namestore.13
2 files changed, 10 insertions, 12 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 5fabc14f3..a6f27479a 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -1,7 +1,7 @@
1.TH GNUNET\-GNS 1 "Aug 23, 2013" "GNUnet" 1.TH GNUNET\-GNS 1 "Mar 23, 2018" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-gns \- Access to GNUnet Name Service 4gnunet\-gns \- Access to GNU Name System
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-gns 7.B gnunet\-gns
@@ -9,7 +9,7 @@ gnunet\-gns \- Access to GNUnet Name Service
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-gns\fP can be used to lookup and process GNUnet Name Service names. 12\fBgnunet\-gns\fP can be used to lookup and process GNU Name Service names.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
@@ -30,10 +30,7 @@ Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
30.B 30.B
31.IP "\-u NAME, \-\-lookup=NAME" 31.IP "\-u NAME, \-\-lookup=NAME"
32Name to lookup. 32Name to lookup.
33Resolve the specified name using the GNUnet Name System. 33Resolve the specified name using the GNU Name System.
34.B
35.IP "\-p PKEY, \-\-public-key=PKEY"
36Public key of the zone to perform the lookup in. This option should be used if the lookup is to be performed against a zone not controlled by this peer (alternatively, you could pass a ".zkey" for the name).
37.B 34.B
38.IP "\-T DELAY, \-\-timeout=DELAY" 35.IP "\-T DELAY, \-\-timeout=DELAY"
39Set 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. 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.
@@ -44,13 +41,15 @@ Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO,
44 41
45Defaults to "A". 42Defaults to "A".
46.B 43.B
47.IP "\-z NAME, \-\-zone=NAME"
48Name of the ego of the zone to lookup the record in. The public key associated with the ego will be used for the zone.
49.B
50.IP "\-v, \-\-version" 44.IP "\-v, \-\-version"
51Print GNUnet version number. 45Print GNUnet version number.
52.B 46.B
53 47
48.SH RETURN VALUE
49
50gnunet\-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.
52
54 53
55.SH BUGS 54.SH BUGS
56Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 55Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index daed19116..1811031ad 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -1,7 +1,7 @@
1.TH GNUNET\-NAMESTORE 1 "Apr 15, 2014" "GNUnet" 1.TH GNUNET\-NAMESTORE 1 "Apr 15, 2014" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-namestore \- manipulate GNUnet zones 4gnunet\-namestore \- manipulate GNU Name System (GNS) zone data
5 5
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B gnunet\-namestore 7.B gnunet\-namestore
@@ -74,4 +74,3 @@ Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic
74 74
75.SH "SEE ALSO" 75.SH "SEE ALSO"
76\fBgnunet\-gns\fP(1), \fBgnunet\-namestore\-gtk\fP(1) 76\fBgnunet\-gns\fP(1), \fBgnunet\-namestore\-gtk\fP(1)
77