From 595d11de82ec8b89385717e9abf470cc9b3d2dcf Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Tue, 22 Apr 2025 11:58:56 +0200 Subject: [PATCH] Fix some minor typos and capitalization errors in documentation Corrected one instance where `CMake` was spelled as `cmake` despite the rest of the docs using the first spelling. --- doc/19-technical-concepts.md | 2 +- doc/21-development.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/19-technical-concepts.md b/doc/19-technical-concepts.md index de68bdd63..2d25602d8 100644 --- a/doc/19-technical-concepts.md +++ b/doc/19-technical-concepts.md @@ -204,7 +204,7 @@ You can read the full story [here](https://github.com/Icinga/icinga2/issues/7309 With 2.11 you'll now see 3 processes: -- The umbrella process which takes care about signal handling and process spawning/stopping +- The umbrella process which takes care of signal handling and process spawning/stopping - The main process with the check scheduler, notifications, etc. - The execution helper process diff --git a/doc/21-development.md b/doc/21-development.md index cceaece20..2a3c23d13 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -741,7 +741,7 @@ perfdata | Performance data related, including Graphite, Elastic, etc. db\_ido | IDO database abstraction layer. db\_ido\_mysql | IDO database driver for MySQL. db\_ido\_pgsql | IDO database driver for PgSQL. -mysql\_shin | Library stub for linking against the MySQL client libraries. +mysql\_shim | Library stub for linking against the MySQL client libraries. pgsql\_shim | Library stub for linking against the PgSQL client libraries. #### Class Compiler @@ -1228,7 +1228,7 @@ every second. Avoid log messages which could irritate the user. During implementation, developers can change log levels to better -see what's going one, but remember to change this back to `debug` +see what's going on, but remember to change this back to `debug` or remove it entirely. @@ -2262,7 +2262,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/icinga2 ### CMake Variables -In addition to `CMAKE_INSTALL_PREFIX` here are most of the supported Icinga-specific cmake variables. +In addition to `CMAKE_INSTALL_PREFIX` here are most of the supported Icinga-specific CMake variables. For all variables regarding defaults paths on in CMake, see [GNUInstallDirs](https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html).