mirror of
https://github.com/containers/podman.git
synced 2025-09-18 07:51:22 +08:00

The markdown-to-manpage sequence needs a long row of dashes, not a single dash. A single dash, as used in this one option, generates unreadable *roff. Also, some tool somewhere doesn't like too-long columns. Shrtn thm. Also, verify that there are no more three-or-fewer-dash columns: $ ack '\|\s+-{1,3}\s' docs/source/markdown Fixes: #19086 Signed-off-by: Ed Santiago <santiago@redhat.com>