]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
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)
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

index c92733a51d79a24d9d366c88aa78d6825028ff44..33f8892587183506004f151d966f1960b8598ad5 100644 (file)
@@ -118,8 +118,7 @@ The format is required and must be surrounded by double quote (" ") marks. It is
 
 . An asterisk (*) may not be used as a field width or precision.
 
-. A byte count or field precision _is_ required for each *s* conversion character
-(unlike the *fprintf*(3) default which prints the entire string if the precision is unspecified).
+. A byte count or field precision _is_ required for each *s* conversion character (unlike the *fprintf*(3) default which prints the entire string if the precision is unspecified).
 
 . The conversion characters *h*, *l*, *n*, *p*, and *q* are not supported.