]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hexdump: (man) put a list item on a single line, to avoid a warning
authorBenno Schulenberg <bensberg@telfort.nl>
Fri, 23 May 2025 12:04:04 +0000 (14:04 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 26 May 2025 17:24:05 +0000 (19:24 +0200)
commit0dbbd62ea081e98386fa5a7bafd2bf9ac4df0a14
treee204a339fd4adcb825be4182a2e72ab706d71704
parent49a7b29e9f727dde4e8601f4d2ca2fbc4846258f
hexdump: (man) put a list item on a single line, to avoid a warning

Asciidoctor annoyingly warned for every translation that
unindented content was added to a list item.  Avoid this
by not breaking the list item into two lines.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
text-utils/hexdump.1.adoc