Browse Source

fix(docs): remove / from RR set subname definition

Nils Wisiol 6 years ago
parent
commit
ea68fdee3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/rrsets.rst

+ 1 - 1
docs/rrsets.rst

@@ -83,7 +83,7 @@ Field details:
     Subdomain string which, together with ``domain``, defines the RRset name.
     Subdomain string which, together with ``domain``, defines the RRset name.
     Typical examples are ``www`` or ``_443._tcp``.  In general, a subname
     Typical examples are ``www`` or ``_443._tcp``.  In general, a subname
     consists of alphanumeric characters as well as hyphens ``-``, underscores
     consists of alphanumeric characters as well as hyphens ``-``, underscores
-    ``_``, dots ``.``, and slashes ``/``.  Wildcard name components are
+    ``_``, and dots ``.``.  Wildcard name components are
     denoted by ``*``; this is allowed only once at the beginning of the name
     denoted by ``*``; this is allowed only once at the beginning of the name
     (see RFC 4592 for details).  The maximum length is 178.  Further
     (see RFC 4592 for details).  The maximum length is 178.  Further
     restrictions may apply on a per-user basis.
     restrictions may apply on a per-user basis.