]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
binutils: Fix broken bullet lists in objcopy documentation
authorThiago C Silva <opsrcodev@gmail.com>
Thu, 22 Jan 2026 11:05:07 +0000 (12:05 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Jan 2026 11:05:07 +0000 (12:05 +0100)
commit71eef85727c0690c826a071d1d84f43a82fdbbce
treec8ad3243c4c681eb0beacd809292297c787a5e61
parent3aefc8de553f51e7d8bac95e50dbf503b390af82
binutils: Fix broken bullet lists in objcopy documentation

The documentation for --add-gnu-debuglink and --extract-symbol
uses diverse formatting styles for list items, including @table and
manual bullets. This looked broken in the generated man pages, showing
raw text artifacts like "*<..>" instead of real bullet points.

This patch unifies these sections to use @itemize @bullet, resulting in
cleaner output and better readability for these options.

binutils/
        * doc/binutils.texi (objcopy): Use @itemize @bullet
        for --add-gnu-debuglink and --extract-symbol.
binutils/doc/binutils.texi