aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-04 13:26:29 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-04 13:26:29 +0100
commitc9717ad647910df9ade1631a170a28fe6c6ba9a5 (patch)
treeb392dab4eff2fff485370bd2266b6a424d240155 /doc
parentc99c00f33921990533b80f26baeea4030b873c80 (diff)
downloadgnunet-c9717ad647910df9ade1631a170a28fe6c6ba9a5.tar.gz
gnunet-c9717ad647910df9ade1631a170a28fe6c6ba9a5.zip
fix TTL parsing in gnunet-namestore
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-namestore.13
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/gnunet-namestore.1 b/doc/man/gnunet-namestore.1
index 9f4b4d2d6..45309fad6 100644
--- a/doc/man/gnunet-namestore.1
+++ b/doc/man/gnunet-namestore.1
@@ -65,7 +65,8 @@ PKEY) in the given zone.
65Sets record set to values given in RECORDLINE. This option can be specified multiple 65Sets record set to values given in RECORDLINE. This option can be specified multiple
66times to provide multiple records for the record set. Existing records under the 66times to provide multiple records for the record set. Existing records under the
67same label will be deleted. The format for the RECORDLINE is 67same label will be deleted. The format for the RECORDLINE is
68"TTL TYPE FLAGS VALUE" where TTL is the time to live in seconds, TYPE is the 68"TTL TYPE FLAGS VALUE" where TTL is the time to live in seconds (unit must not
69be given explicitly, seconds is always implied), TYPE is the
69DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE 70DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE
70follows the usual human-readable value format(s) of DNS/GNS. 71follows the usual human-readable value format(s) of DNS/GNS.
71.B 72.B