]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lastlog2: (man) fix example syntax
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 27 Apr 2026 13:24:47 +0000 (15:24 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 27 Apr 2026 13:35:09 +0000 (15:35 +0200)
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 <thomas@t-8ch.de>
misc-utils/lastlog2.8.adoc

index b8fcb055c99c5e54e023c86b1c6d4675296e325b..20a9712426ead01a97aa2c907fef22c00477afaf 100644 (file)
@@ -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