From 4f2e399c284f00e00d6e09f8d1e1bb4b6dd8e5f4 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 10 Mar 2025 11:03:51 +0100 Subject: [PATCH] update docs --- docs/10_Introduction.md | 2 +- docs/30_Usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/10_Introduction.md b/docs/10_Introduction.md index ddbcb3c..1d2a4d7 100644 --- a/docs/10_Introduction.md +++ b/docs/10_Introduction.md @@ -15,7 +15,7 @@ It can perform all checks that the current Appmonitor client as Php client can e With command line parameter `--ini=<INIFILE>` it processes the checks that are defined there. - + ## Requirements diff --git a/docs/30_Usage.md b/docs/30_Usage.md index e619cf4..374d698 100644 --- a/docs/30_Usage.md +++ b/docs/30_Usage.md @@ -90,7 +90,7 @@ function="hello" params[message]="Here is ${USER}" ``` -#### Types of values +### Types of values The binary uses the php function `parse_ini_file` - see <https://www.php.net/manual/en/function.parse-ini-file.php>. -- GitLab