]> granicus.if.org Git - icinga2/commitdiff
Update documentation for match()
authorGunnar Beutner <gunnar.beutner@icinga.com>
Wed, 7 Dec 2016 13:56:27 +0000 (14:56 +0100)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Wed, 7 Dec 2016 13:57:19 +0000 (14:57 +0100)
refs #13327

doc/18-library-reference.md

index 8020283d18fe511956b1230b464bbe32a127e147..be49a6b0d22baecde297478f9c2d9f57bad48803 100644 (file)
@@ -36,7 +36,7 @@ Signature:
 
     function match(pattern, text)
 
-Returns true if the wildcard (`\*`) pattern matches the text, false otherwise.
+Returns true if the wildcard (`?*`) pattern matches the text, false otherwise.
 
 Example: