Sfoglia il codice sorgente

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

Nils Wisiol 6 anni fa
parent
commit
ea68fdee3f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
     Typical examples are ``www`` or ``_443._tcp``.  In general, a subname
     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
     (see RFC 4592 for details).  The maximum length is 178.  Further
     restrictions may apply on a per-user basis.