mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

[backport of #19088. No conflicts.] 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 Reference: #19086 Signed-off-by: Ed Santiago <santiago@redhat.com>