From 7b9efdb63b65711686b7b6075748aa0cbf7829a8 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 9 May 2014 10:12:37 +0200 Subject: [PATCH] Update documentation. Refs #5795 --- doc/5-configuring-icinga-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/5-configuring-icinga-2.md b/doc/5-configuring-icinga-2.md index 69a9f5ea8..6ee68f751 100644 --- a/doc/5-configuring-icinga-2.md +++ b/doc/5-configuring-icinga-2.md @@ -207,7 +207,7 @@ union(array, array, ...) | Returns an array containing all unique element intersection(array, array, ...) | Returns an array containing all unique elements which are common to all specified arrays. string(value) | Converts the value to a string. number(value) | Converts the value to a number. -bool(value) | Converts to value to a bool. +bool(value) | Converts the value to a bool. log(value) | Writes a message to the log. Non-string values are converted to a JSON string. log(severity, facility, value) | Writes a message to the log. `severity` can be one of `LogDebug`, `LogInformation`, `LogWarning` and `LogCritical`. Non-string values are converted to a JSON string. exit(integer) | Terminates the application.