fix interpolation syntax typo for website docs

This commit is contained in:
James J. Goodhouse 2016-12-15 09:10:01 -08:00
parent 50b7ffd24b
commit ecbc3e066a

View File

@ -157,7 +157,7 @@ The supported built-in functions are:
* `cidrnetmask(iprange)` - Takes an IP address range in CIDR notation
and returns the address-formatted subnet mask format that some
systems expect for IPv4 interfaces. For example,
`cidrmask("10.0.0.0/8")` returns `255.0.0.0`. Not applicable
`cidrnetmask("10.0.0.0/8")` returns `255.0.0.0`. Not applicable
to IPv6 networks since CIDR notation is the only valid notation for
IPv4.