aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-18 12:20:18 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-18 12:20:18 +0000
commit678b787845fa0b1f20b360027d0bbbc11c3fed98 (patch)
treeaf8595da03b54b705db2c52a111d5a4bb9d3547a /doc
parent214ff64d6c40131b273532bf8cff154faf669cff (diff)
downloadgnunet-678b787845fa0b1f20b360027d0bbbc11c3fed98.tar.gz
gnunet-678b787845fa0b1f20b360027d0bbbc11c3fed98.zip
hack namestore pending capability
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-namestore.119
1 files changed, 16 insertions, 3 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index ec99d088d..577785df1 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-NAMESTORE 1 "Mar 5, 2012" "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 GNUnet zones
@@ -9,7 +9,7 @@ gnunet\-namestore \- manipulate GNUnet zones
9.br 9.br
10 10
11.SH DESCRIPTION 11.SH DESCRIPTION
12\fBgnunet\-namestore\fP can be used to create and manipulate a GNS zone. 12\fBgnunet\-namestore\fP can be used to manipulate records in a GNS zone.
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
@@ -31,6 +31,9 @@ Specifies expiration time of record to add; format is relative time, i.e "1 h" o
31.IP "\-h, \-\-help" 31.IP "\-h, \-\-help"
32Print short help on options. 32Print short help on options.
33.B 33.B
34.IP "\-i NICKNAME, \-\-nick=NICKNAME"
35Set the desired NICKNAME for the zone. The nickname will be included in all (public) records and used as the suggested name for this zone.
36.B
34.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 37.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
35Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 38Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
36.B 39.B
@@ -40,9 +43,18 @@ Monitor changes to the zone on an ongoing basis (in contrast to \-D, which merel
40.IP "\-n NAME, \-\-name=NAME" 43.IP "\-n NAME, \-\-name=NAME"
41Name of the record to add/delete/display 44Name of the record to add/delete/display
42.B 45.B
46.IP "\-p, \-\-public"
47Create a record that is public (shared with other users that know the label)
48.B
49.IP "\-P, \-\-pending"
50Create a record that is pending approval (stored in the namestore but unavailable for resolution to anyone)
51.B
43.IP "\-r PKEY, \-\-reverse=PKEY" 52.IP "\-r PKEY, \-\-reverse=PKEY"
44Determine our GNS name for the given public key (reverse lookup of the PKEY) in the given zone. 53Determine our GNS name for the given public key (reverse lookup of the PKEY) in the given zone.
45.B 54.B
55.IP "\-s, \-\-shadow"
56Create a record that is a shadow record. Shadow records are only used once all other records of the same type under the same label have expired.
57.B
46.IP "\-t TYPE, \-\-type=TYPE" 58.IP "\-t TYPE, \-\-type=TYPE"
47Type of the record to add/delete/display (i.e. "A", "AAAA", "NS", "PKEY", "MX" etc.) 59Type of the record to add/delete/display (i.e. "A", "AAAA", "NS", "PKEY", "MX" etc.)
48.B 60.B
@@ -64,4 +76,5 @@ Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic
64 76
65 77
66.SH "SEE ALSO" 78.SH "SEE ALSO"
67\fBgnunet\-gns\fP(1) 79\fBgnunet\-gns\fP(1), \fBgnunet\-namestore\-gtk\fP(1)
80