From: Thomas Weißschuh Date: Mon, 27 Apr 2026 13:24:47 +0000 (+0200) Subject: lastlog2: (man) fix example syntax X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=36e1fb5802c0948f13ba0ec4ac68c94cb24856db;p=thirdparty%2Futil-linux.git lastlog2: (man) fix example syntax The examples are not using the right syntax for literal blocks, leading to errors from asciidoctor. Use the correct syntax. Fixes: cd112d860bf6 ("lastlog2: add --journal option to manage SQLite journal mode") Signed-off-by: Thomas Weißschuh --- diff --git a/misc-utils/lastlog2.8.adoc b/misc-utils/lastlog2.8.adoc index b8fcb055c..20a971242 100644 --- a/misc-utils/lastlog2.8.adoc +++ b/misc-utils/lastlog2.8.adoc @@ -91,19 +91,19 @@ include::man-common/help-version.adoc[] == EXAMPLES Display the current journal mode: ----- +.... lastlog2 -j ----- +.... Enable WAL mode for better concurrency (recommended for high-traffic servers): ----- +.... lastlog2 -j WAL ----- +.... Switch back to the default DELETE mode: ----- +.... lastlog2 -j DELETE ----- +.... == FILES