]> granicus.if.org Git - icinga2/commitdiff
Fix formatting in dev docs
authorMichael Friedrich <michael.friedrich@icinga.com>
Tue, 4 Dec 2018 09:51:04 +0000 (10:51 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 4 Dec 2018 09:51:04 +0000 (10:51 +0100)
doc/21-development.md

index 6bd13e939b9e17e53ea32b2c013ed51cf72f198f..b6ae7eca402d818ec0cc13934c749bc244be6eae 100644 (file)
@@ -407,15 +407,15 @@ Up/down in stacktrace:
 ## Develop Icinga 2 <a id="development-develop"></a>
 
 Icinga 2 can be built on many platforms such as Linux, Unix and Windows.
-There are limitations in terms of support, e.g. Windows is only supported for clients,
+There are limitations in terms of support, e.g. Windows is only supported for agents,
 not a full-featured master or satellite.
 
 Before you start with actual development, there is a couple of pre-requisites.
 
 ### Choose your Editor <a id="development-develop-choose-editor"></a>
 
-Icinga 2 can be developed with your favorite editor. Icinga developers prefer to use
-the tools below:
+Icinga 2 can be developed with your favorite editor. Icinga developers prefer
+these tools:
 
 - vim
 - CLion (macOS, Linux)
@@ -641,8 +641,6 @@ vim /usr/local/icinga2/etc/icinga2/conf.d/api-users.conf
 gdb --args /usr/local/icinga2/lib/icinga2/sbin/icinga2 daemon
 ```
 
-```
-
 ##### Debian 9 <a id="development-linux-dev-env-debian"></a>
 
 ```