From f9e4950a16434951593d24227353a1f02702b5fb Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Thu, 6 Feb 2025 20:28:35 +0100 Subject: [PATCH] Various other asciidocs: reconcile markup (multi-paragraph lists, etc.) Signed-off-by: Jim Klimov --- data/html/README.adoc | 1 + lib/README.adoc | 4 ++-- tests/NIT/README.adoc | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/data/html/README.adoc b/data/html/README.adoc index e4a8f459db..422a944860 100644 --- a/data/html/README.adoc +++ b/data/html/README.adoc @@ -56,6 +56,7 @@ b) configure manually - Now edit your webserver configuration file, adding for example (for Apache): ++ ---- #Begin Section ScriptAlias /nut/cgi-bin/ /usr/local/nut/cgi-bin/ diff --git a/lib/README.adoc b/lib/README.adoc index 6e3fac7211..636795741c 100644 --- a/lib/README.adoc +++ b/lib/README.adoc @@ -45,7 +45,7 @@ To get LD_FLAGS, use: References: linkman:libupsclient-config[1] manual page, -NOTE: this feature may evolve (name change), or even disappear in the future. +NOTE: This feature may evolve (name change), or even disappear in the future. pkgconfig support ----------------- @@ -115,7 +115,7 @@ The same is also valid for other NUT libraries, such as libnutscan. Simply replace 'libupsclient' occurrences in the above example, by the name of the desired library (for example, 'libnutscan'). -NOTE: this is an alternate method. Use of PKG_CHECK_MODULES macro should be +NOTE: This is an alternate method. Use of PKG_CHECK_MODULES macro should be preferred. diff --git a/tests/NIT/README.adoc b/tests/NIT/README.adoc index 05be5a2d46..86511483da 100644 --- a/tests/NIT/README.adoc +++ b/tests/NIT/README.adoc @@ -19,7 +19,7 @@ it via files in standard path names. A sandbox prepared by this script can be used for `upsmon` testing: -```` +---- :; make check-NIT-sandbox-devel & # Wait for sandbox, e.g. test that "${NUT_CONFPATH}/NIT.env-sandbox-ready" @@ -32,4 +32,4 @@ A sandbox prepared by this script can be used for `upsmon` testing: "$NUT_STATEPATH" "$NUT_STATEPATH" 'dummy' "$NUT_PORT" \ 'dummy-admin' "${TESTPASS_UPSMON_PRIMARY}" \ > "${NUT_CONFPATH}/upsmon.conf" -```` +----