From 17469d07810ca2ca79ffaaac69e71aedcd1652be Mon Sep 17 00:00:00 2001 From: Nick Cartwright Date: Fri, 16 Oct 2015 04:30:46 +0100 Subject: [PATCH] Fix typo: comma not colon separates groups in patterns --- docsite/rst/intro_patterns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_patterns.rst b/docsite/rst/intro_patterns.rst index 4e4b8ab6604..6f76820e6a6 100644 --- a/docsite/rst/intro_patterns.rst +++ b/docsite/rst/intro_patterns.rst @@ -31,7 +31,7 @@ It is also possible to address a specific host or set of hosts by name:: 192.168.1.50 192.168.1.* -The following patterns address one or more groups. Groups separated by a colon indicate an "OR" configuration. +The following patterns address one or more groups. Groups separated by a comma indicate an "OR" configuration. This means the host may be in either one group or the other:: webservers