From: Gunnar Beutner Date: Mon, 26 May 2014 14:35:03 +0000 (+0200) Subject: Update documentation. X-Git-Tag: v2.0.0-beta1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e813000d4f389a1a62ece19e6bbdbf8f331bd431;p=icinga2 Update documentation. Refs #5795 --- diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index 9be4fa8e7..41fc8be49 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -90,11 +90,11 @@ Icinga 2 supports [C/C++-style comments](#comments). The `include` directive can be used to include other files. - /** - * The zones.conf defines zones for a cluster setup. - * Not required for single instance setups. - */ - include "zones.conf" + /** + * The zones.conf defines zones for a cluster setup. + * Not required for single instance setups. + */ + include "zones.conf" /** * The Icinga Template Library (ITL) provides a number of useful templates