]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
libsframe/doc: fix some warnings
authorIndu Bhagat <indu.bhagat@oracle.com>
Tue, 24 Jan 2023 18:07:13 +0000 (10:07 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Tue, 24 Jan 2023 18:08:14 +0000 (10:08 -0800)
commit436bcab71269514af77e689af678022686f0f778
tree0db759d1db8ee4dad9a47c6f6c10e0648e72d2eb
parentf3d8ae90b23695d86ebf894a4a6b95846007fafd
libsframe/doc: fix some warnings

'make pdf' in libsframe shows some warnings, some of which (especially
the Overfull warnings) are causing undesirable effects on the rendered
output.  Few examples of the warnings:

  Underfull \hbox (badness 10000) in paragraph at lines 406--407
   @texttt pauth_

  Underfull \hbox (badness 10000) in paragraph at lines 407--410
   @textrm Specify which key is used for signing the return

  ...

  Overfull \hbox (2.0987pt too wide) in paragraph at lines 412--413
   @texttt fdetype[]|

  ...

  Overfull \hbox (28.87212pt too wide) in paragraph at lines 446--447
   @textrm SFRAME[]FDE[]TYPE[]PCMASK|

  ...

This patch adjusts column widths of the affected cells to fix a subset
of these warnings.  For the rest of the warnings, use explicit newline
command to fix them.

libsframe/
* doc/sframe-spec.texi: Fix various underfull and overfull
warnings.
libsframe/doc/sframe-spec.texi