Skip to content

Commit

Permalink
DOCS: Clarify PTR example (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Jan 11, 2024
1 parent 447db0e commit 56220fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/functions/domain/PTR.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ then the name will be replaced with `4.3`. Note that the output
of `REV("1.2.3.4")` is `4.3.2.1.in-addr.arpa.`, which means the following
are all equivalent:

* `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`
* `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`

All magic is RFC2317-aware. We use the first format listed in the
RFC for both [`REV()`](../global/REV.md) and `PTR()`. The format is
Expand Down

0 comments on commit 56220fb

Please sign in to comment.