]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/invoke.texi
Improve formatting of manuals.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 22 Sep 2010 20:22:51 +0000 (20:22 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Wed, 22 Sep 2010 20:22:51 +0000 (20:22 +0000)
commitab940b73bfabe2cec4a26887f959c868388f5117
tree2adfb70df9f3f8a0a39ba59bde6a9fda1e0c5b13
parent60cf253a8b1ebaabf6dd476a1177a24ab7f6d48c
Improve formatting of manuals.

contrib/:
* texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
Also escape characters with grave accents, to be fixed ...
(unmunge): ... here.
(postprocess): Also handle @/ and @acronym{...}.

gcc/:
* doc/contrib.texi (Contributors): Allow URL to wrap in PDF
output.
* doc/cppopts.texi: Fix markup of index entry.
* doc/extend.texi (Constructing Calls): Fix markup of
__builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
(Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
(Vague Linkage, C++ Attributes): Fix markup of index entries and
keywords.
* doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
avoid long lines.
(C Dialect Options, C++ Dialect Options, Warning Options)
(Debugging Options, Spec Files, Darwin Options)
(i386 and x86-64 Options, MIPS Options)
(RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
index entries, avoid abbreviations, allow URLs to wrap, avoid
long lines, avoid overlong pages from long @itemx lists.
* doc/objc.texi (Garbage Collection): Allow URLs to wrap.
* doc/standards.texi (Standards): Likewise.
* doc/trouble.texi (Incompatibilities): Fix markup of index
entry.

gcc/fortran/:
* gfortran.texi (Argument list functions): Allow URL to wrap.
* intrinsic.texi (GETGID, GETPID, GETUID, IMAGE_INDEX)
(IS_IOSTAT_END, IS_IOSTAT_EOR, NUM_IMAGES, THIS_IMAGE)
(ISO_FORTRAN_ENV): Fix markup in index entries, and a couple of
code markups in the text.
* invoke.texi (Fortran Dialect Options)
(Error and Warning Options, Directory Options, Code Gen Options):
Likewise.  Remove @code inside @smallexample.

From-SVN: r164533
14 files changed:
contrib/ChangeLog
contrib/texi2pod.pl
gcc/ChangeLog
gcc/doc/contrib.texi
gcc/doc/cppopts.texi
gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/doc/objc.texi
gcc/doc/standards.texi
gcc/doc/trouble.texi
gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi
gcc/fortran/intrinsic.texi
gcc/fortran/invoke.texi
This page took 0.06245 seconds and 5 git commands to generate.