Util-Linux package development
 help / color / mirror / Atom feed
From: Benno Schulenberg <bensberg@telfort.nl>
To: util-linux@vger.kernel.org
Subject: [PATCH 1/4] hexdump: (man) put a list item on a single line, to avoid a warning
Date: Fri, 23 May 2025 14:04:04 +0200	[thread overview]
Message-ID: <20250523120407.75188-1-bensberg@telfort.nl> (raw)

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 | 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


             reply	other threads:[~2025-05-23 12:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-23 12:04 Benno Schulenberg [this message]
2025-05-23 12:04 ` [PATCH 2/4] hardlink: (usage) remove mistaken period from two option descriptions Benno Schulenberg
2025-05-23 12:04 ` [PATCH 3/4] hardlink: (usage) improve the descriptions of three options Benno Schulenberg
2025-05-26 17:30   ` Karel Zak
2025-05-23 12:04 ` [PATCH 4/4] hardlink: (man,usage) sort the options mostly alphabetically Benno Schulenberg
2025-05-29 11:45 ` [PATCH 1/4] hexdump: (man) put a list item on a single line, to avoid a warning Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250523120407.75188-1-bensberg@telfort.nl \
    --to=bensberg@telfort.nl \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox