diff --git a/docs/reference/modules/network.asciidoc b/docs/reference/modules/network.asciidoc index 34897fb3988f..5455a1e58f43 100644 --- a/docs/reference/modules/network.asciidoc +++ b/docs/reference/modules/network.asciidoc @@ -101,7 +101,7 @@ special character in YAML. These special values yield both IPv4 and IPv6 addresses by default, but you can also add an `:ipv4` or `:ipv6` suffix to limit them to just IPv4 or IPv6 -addresses respectively. For example, `network.host: _en0:ipv4_` would set this +addresses respectively. For example, `network.host: "_en0:ipv4_"` would set this node's addresses to the IPv4 addresses of interface `en0`. [TIP]