We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447db0e commit 56220fbCopy full SHA for 56220fb
documentation/functions/domain/PTR.md
@@ -48,9 +48,9 @@ then the name will be replaced with `4.3`. Note that the output
48
of `REV("1.2.3.4")` is `4.3.2.1.in-addr.arpa.`, which means the following
49
are all equivalent:
50
51
-* `PTR(REV("1.2.3.4"), `
52
-* `PTR("4.3.2.1.in-addr.arpa."), `
53
-* `PTR("4.3",` // Assuming the domain is `2.1.in-addr.arpa`
+* `PTR(REV("1.2.3.4", ...`
+* `PTR("4.3.2.1.in-addr.arpa.", ...`
+* `PTR("4.3", ...` // Assuming the domain is `2.1.in-addr.arpa`
54
55
All magic is RFC2317-aware. We use the first format listed in the
56
RFC for both [`REV()`](../global/REV.md) and `PTR()`. The format is
0 commit comments