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@xxxxxxxxxx> --- text-utils/hexdump.1.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.48.1