aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--draft-schanzen-gns.html7
-rw-r--r--draft-schanzen-gns.txt8
-rw-r--r--draft-schanzen-gns.xml7
3 files changed, 12 insertions, 10 deletions
diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html
index efe4949..67ff657 100644
--- a/draft-schanzen-gns.html
+++ b/draft-schanzen-gns.html
@@ -1469,12 +1469,13 @@ async function addMetadata(){try{const e=document.styleSheets[0].cssRules;for(le
1469<dl class="dlParallel" id="section-3.3-4"> 1469<dl class="dlParallel" id="section-3.3-4">
1470 <dt id="section-3.3-4.1">DNS NAME</dt> 1470 <dt id="section-3.3-4.1">DNS NAME</dt>
1471 <dd id="section-3.3-4.2"> 1471 <dd id="section-3.3-4.2">
1472 The name to continue with in DNS.<a href="#section-3.3-4.2" class="pilcrow">¶</a> 1472 The name to continue with in DNS (0-terminated).<a href="#section-3.3-4.2" class="pilcrow">¶</a>
1473</dd> 1473</dd>
1474 <dt id="section-3.3-4.3">DNS SERVER NAME</dt> 1474 <dt id="section-3.3-4.3">DNS SERVER NAME</dt>
1475 <dd id="section-3.3-4.4"> 1475 <dd id="section-3.3-4.4">
1476 The DNS server to use. Maybe an IPv4/IPv6 address or a DNS name. 1476 The DNS server to use. May be an IPv4/IPv6 address in dotted decimal
1477 It may also be a relative GNS name ending with a "+" top-level domain.<a href="#section-3.3-4.4" class="pilcrow">¶</a> 1477 form or a DNS name. It may also be a relative GNS name ending with a
1478 "+" top-level domain. (all 0-terminated)<a href="#section-3.3-4.4" class="pilcrow">¶</a>
1478</dd> 1479</dd>
1479 </dl> 1480 </dl>
1480</section> 1481</section>
diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt
index 46aa1e9..63bdc20 100644
--- a/draft-schanzen-gns.txt
+++ b/draft-schanzen-gns.txt
@@ -355,11 +355,11 @@ Internet-Draft The GNU Name System July 2019
355 355
356 where: 356 where:
357 357
358 DNS NAME The name to continue with in DNS. 358 DNS NAME The name to continue with in DNS (0-terminated).
359 359
360 DNS SERVER NAME The DNS server to use. Maybe an IPv4/IPv6 address 360 DNS SERVER NAME The DNS server to use. May be an IPv4/IPv6 address
361 or a DNS name. It may also be a relative GNS name ending with a 361 in dotted decimal form or a DNS name. It may also be a relative
362 "+" top-level domain. 362 GNS name ending with a "+" top-level domain. (all 0-terminated)
363 363
3643.4. LEHO 3643.4. LEHO
365 365
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 317f367..44ca14c 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -336,12 +336,13 @@
336 <dl> 336 <dl>
337 <dt>DNS NAME</dt> 337 <dt>DNS NAME</dt>
338 <dd> 338 <dd>
339 The name to continue with in DNS. 339 The name to continue with in DNS (0-terminated).
340 </dd> 340 </dd>
341 <dt>DNS SERVER NAME</dt> 341 <dt>DNS SERVER NAME</dt>
342 <dd> 342 <dd>
343 The DNS server to use. Maybe an IPv4/IPv6 address or a DNS name. 343 The DNS server to use. May be an IPv4/IPv6 address in dotted decimal
344 It may also be a relative GNS name ending with a "+" top-level domain. 344 form or a DNS name. It may also be a relative GNS name ending with a
345 "+" top-level domain. (all 0-terminated)
345 </dd> 346 </dd>
346 </dl> 347 </dl>
347 </section> 348 </section>