From: Benno Schulenberg Date: Fri, 23 May 2025 12:04:04 +0000 (+0200) Subject: hexdump: (man) put a list item on a single line, to avoid a warning X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dbbd62ea081e98386fa5a7bafd2bf9ac4df0a14;p=thirdparty%2Futil-linux.git 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 --- diff --git a/text-utils/hexdump.1.adoc b/text-utils/hexdump.1.adoc index c92733a51..33f889258 100644 --- a/text-utils/hexdump.1.adoc +++ b/text-utils/hexdump.1.adoc @@ -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.