commit 5fddcd5bd577cda614cdcba07d5d2f9d146cdb2b
parent e83e5d81f29dd077a2804fad2233ff7c69c9b459
Author: Sebastian Nadler <sebastian.nadler@tum.de>
Date: Fri, 8 Dec 2023 12:44:16 +0100
Fix typo in SBOX record type description
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/draft-nadler-sbox.xml b/draft-nadler-sbox.xml
@@ -80,7 +80,7 @@
</t>
<t>
A new record type is defined to extend the GNS to support a wider range of underscore labels.
- The new record type is called SBOX and is intended to handle all variations of underscore labels the BOX record type is not able to handle.
+ The new record type is called SBOX and is intended to handle all variations of underscore labels the BOX record type is not able to.
</t>
<!--<t>
Per Domain Name System (DNS) terminology <xref target="RFC1035"/>, GNS roughly follows the idea of
@@ -197,8 +197,8 @@
as well as their string representation. This way, the resolver should be able to
return all boxed records later, whether they are SBOX or BOX records.
More on this in <xref target="resolution" />.
- BOX records are more efficient for boxing \ac{RR} due to their smaller wire format,
- so SBOX records are not a replacement for BOX records.
+ BOX records are more efficient for boxing resource records due to their smaller wire format.
+ Thierfore SBOX records are not a replacement for BOX records.
</t>
</section>
</section>