From c9717ad647910df9ade1631a170a28fe6c6ba9a5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Dec 2018 13:26:29 +0100 Subject: fix TTL parsing in gnunet-namestore --- doc/man/gnunet-namestore.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/man') 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. Sets record set to values given in RECORDLINE. This option can be specified multiple times to provide multiple records for the record set. Existing records under the same label will be deleted. The format for the RECORDLINE is -"TTL TYPE FLAGS VALUE" where TTL is the time to live in seconds, TYPE is the +"TTL TYPE FLAGS VALUE" where TTL is the time to live in seconds (unit must not +be given explicitly, seconds is always implied), TYPE is the DNS/GNS record type, FLAGS is "(N)ORMAL", "(S)HADOW" or "(P)UBLIC". The VALUE follows the usual human-readable value format(s) of DNS/GNS. .B -- cgit v1.2.3