Skip to content

Commit

Permalink
Various other asciidocs: reconcile markup (multi-paragraph lists, etc.)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Feb 6, 2025
1 parent 426df9b commit f9e4950
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/html/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions lib/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------
Expand Down Expand Up @@ -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.


Expand Down
4 changes: 2 additions & 2 deletions tests/NIT/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
````
----

0 comments on commit f9e4950

Please sign in to comment.