From: Alan Modra Date: Mon, 23 Feb 2026 01:11:49 +0000 (+1030) Subject: binutils.texi: break overlong synopsis options lines X-Git-Tag: binutils-2_47~1337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc9f60dfa6f60600de2c209ed3f4ba3d66402ca;p=thirdparty%2Fbinutils-gdb.git binutils.texi: break overlong synopsis options lines Also fix typos in objdump options (-wD/-wE should be -WD/-WE), and move ar man synopsis where it belongs. --- diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 239a50f9e07..e1d23f3c87d 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -170,8 +170,17 @@ in the section entitled ``GNU Free Documentation License''. @c man title ar create, modify, and extract from archives @smallexample -ar [-]@var{p}[@var{mod}] [@option{--plugin} @var{name}] [@option{--target} @var{bfdname}] [@option{--output} @var{dirname}] [@option{--record-libdeps} @var{libdeps}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}] -ar -M [ |@option{--display-section=}] [@option{-z}|@option{--decompress}] [@option{-c}|@option{--archive-index}] - [@option{-w[lLiaprmfFsoORtUuTgAck]}| - @option{--debug-dump}[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links]] + [@option{-w}|@option{--debug-dump}] + [@option{-wa}|@option{--debug-dump=abbrev}] + [@option{-wA}|@option{--debug-dump=addr}] + [@option{-wr}|@option{--debug-dump=aranges}] + [@option{-wc}|@option{--debug-dump=cu_index}] + [@option{-wL}|@option{--debug-dump=decodedline}] + [@option{-wf}|@option{--debug-dump=frames}] + [@option{-wF}|@option{--debug-dump=frames-interp}] + [@option{-wg}|@option{--debug-dump=gdb_index}] + [@option{-wi}|@option{--debug-dump=info}] + [@option{-wk}|@option{--debug-dump=links}] + [@option{-wo}|@option{--debug-dump=loc}] + [@option{-wm}|@option{--debug-dump=macro}] + [@option{-wp}|@option{--debug-dump=pubnames}] + [@option{-wt}|@option{--debug-dump=pubtypes}] + [@option{-wR}|@option{--debug-dump=Ranges}] + [@option{-wl}|@option{--debug-dump=rawline}] + [@option{-ws}|@option{--debug-dump=str}] + [@option{-wO}|@option{--debug-dump=str-offsets}] + [@option{-wu}|@option{--debug-dump=trace_abbrev}] + [@option{-wT}|@option{--debug-dump=trace_aranges}] + [@option{-wU}|@option{--debug-dump=trace_info}] [@option{-wK}|@option{--debug-dump=follow-links}] [@option{-wN}|@option{--debug-dump=no-follow-links}] [@option{-wD}|@option{--debug-dump=use-debuginfod}]