diff --git a/docs/docsite/rst/user_guide/intro_patterns.rst b/docs/docsite/rst/user_guide/intro_patterns.rst index 3d0686da504..f4c209912bb 100644 --- a/docs/docsite/rst/user_guide/intro_patterns.rst +++ b/docs/docsite/rst/user_guide/intro_patterns.rst @@ -82,9 +82,9 @@ You can use wildcard patterns with FQDNs or IP addresses, as long as the hosts a .. code-block:: yaml - 192.0.\* - \*.example.com - \*.com + 192.0.* + *.example.com + *.com You can mix wildcard patterns and groups at the same time: