commit 851f383f20466fb58068ebe43035a6b10c358b15
parent 0953de08695ccf307c73f161120e8df8f84255ab
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date: Sat, 5 Oct 2019 22:46:06 +0200
nick 0-terminated
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
@@ -1466,7 +1466,7 @@ async function addMetadata(){try{const e=document.styleSheets[0].cssRules;for(le
PKEY <a href="#gnsrecords_pkey" class="xref">Section 3.1</a> record containing this zone's
public zone key.
A NICK resource record contains an UTF-8 string
- (which is not 0-terminated) representing the preferred label.
+ (0-terminated) representing the preferred label.
This string may NOT inlcude a ".".
This record SHOULD only be stored under the empty label "@".
A NICK DATA entry has the following format:<a href="#section-3.4-1" class="pilcrow">ΒΆ</a></p>
diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt
@@ -358,10 +358,10 @@ Internet-Draft The GNU Name System July 2019
indication on what label this zone prefers to be referred to. This
is a suggestion to other zones what label to use when creating a PKEY
Section 3.1 record containing this zone's public zone key. A NICK
- resource record contains an UTF-8 string (which is not 0-terminated)
- representing the preferred label. This string may NOT inlcude a ".".
- This record SHOULD only be stored under the empty label "@". A NICK
- DATA entry has the following format:
+ resource record contains an UTF-8 string (0-terminated) representing
+ the preferred label. This string may NOT inlcude a ".". This record
+ SHOULD only be stored under the empty label "@". A NICK DATA entry
+ has the following format:
0 8 16 24 32 40 48 56
+-----+-----+-----+-----+-----+-----+-----+-----+
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -351,7 +351,7 @@
PKEY <xref target="gnsrecords_pkey" /> record containing this zone's
public zone key.
A NICK resource record contains an UTF-8 string
- (which is not 0-terminated) representing the preferred label.
+ (0-terminated) representing the preferred label.
This string may NOT inlcude a ".".
This record SHOULD only be stored under the empty label "@".
A NICK DATA entry has the following format: