This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] invoke.texi: overfull hboxes


Hi,

The following patch eliminates the 3 remaining 'overfull \hbox' warnings
from invoke.texi. The used method (adding @* where-ever needed) may not be
what texinfo was designed for but the resulting output looks ok.

Generated from the branch, passes make info and make dvi, and applies
cleanly to the mainline.

jan


2001-05-31  Jan van Male  <jan.vanmale@fenk.wau.nl>

        * invoke.texi: Eliminate 'overfull hbox' warnings.

Index: gcc/gcc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/invoke.texi,v
retrieving revision 1.273.2.26
diff -c -3 -p -r1.273.2.26 invoke.texi
*** invoke.texi 2001/05/31 04:24:29     1.273.2.26
--- invoke.texi 2001/05/31 21:25:22
*************** future implementation may also work for
*** 1852,1863 ****
  There is some controversy over the precise meaning of the sequence point
  rules in subtle cases.  Alternative formal definitions may be found in
  Clive Feather's ``Annex S''
! @w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n925.htm}} and in
! Michael Norrish's thesis
! @w{@uref{http://www.cl.cam.ac.uk/users/mn200/PhD/thesis-report.ps.gz}}.
! Other discussions are by Raymond Mak
! @w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n926.htm}} and
! D. Hugh Redelmeier
  @w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n927.htm}}.

  @item -Wreturn-type
--- 1852,1863 ----
  There is some controversy over the precise meaning of the sequence point
  rules in subtle cases.  Alternative formal definitions may be found in
  Clive Feather's ``Annex S''
! @w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n925.htm}} @*
! and in Michael Norrish's thesis @*
! @w{@uref{http://www.cl.cam.ac.uk/users/mn200/PhD/thesis-report.ps.gz}}.  @*
! Other discussions are by Raymond Mak @*
! @w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n926.htm}} @*
! and D. Hugh Redelmeier @*
  @w{@uref{http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n927.htm}}.

  @item -Wreturn-type



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]