From: Gunnar Beutner Date: Fri, 7 Sep 2012 07:48:27 +0000 (+0200) Subject: Minor terminology changes in the config documentation. X-Git-Tag: v0.0.1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34a8703187050b3b7b80462bb22a2b0207aab714;p=icinga2 Minor terminology changes in the config documentation. --- diff --git a/doc/icinga2-config.txt b/doc/icinga2-config.txt index 3c7253387..6a60b214f 100644 --- a/doc/icinga2-config.txt +++ b/doc/icinga2-config.txt @@ -33,8 +33,8 @@ Each object is uniquely identified by its type ("Host") and name ("host1.example.org"). Objects can contain a comma-separated list of property declarations. The following data types are available for property values: -Number -^^^^^^ +Numeric Literals +^^^^^^^^^^^^^^^^ A floating-point number. @@ -44,8 +44,8 @@ Example: -27.3 ------------------------------------------------------------------------------- -String -^^^^^^ +String Literals +^^^^^^^^^^^^^^^ A string. No escape characters are supported at present though this will likely change.