]> granicus.if.org Git - icinga2/commitdiff
Minor terminology changes in the config documentation.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 7 Sep 2012 07:48:27 +0000 (09:48 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 7 Sep 2012 07:48:27 +0000 (09:48 +0200)
doc/icinga2-config.txt

index 3c725338726788ff916a43dd7aca9fa07fc02b00..6a60b214fda79eb13d7f2dd49c87a18ab278794d 100644 (file)
@@ -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.