r265882 - in /trunk/gcc: ChangeLog doc/extend.t...
segher@gcc.gnu.org
segher@gcc.gnu.org
Wed Nov 7 18:17:00 GMT 2018
Author: segher
Date: Wed Nov 7 18:17:29 2018
New Revision: 265882
URL: https://gcc.gnu.org/viewcvs?rev=265882&root=gcc&view=rev
Log:
doc: Use @: where needed
When an abbreviation ends with a dot followed by whitespace, Texinfo
thinks the dot ends a sentence, and applies spacing rules etc. based
on that. To prevent this, there is the @: macro.
This patch puts @: after every vs., e.g., and i.e. where it is needed.
In a few cases there was "@ " already, or "@\n", but @: is slightly
better, and more consistent.
* target.def: Put @: after every vs., e.g., and i.e. where it is
followed by whitespace.
* doc/extend.texi: Ditto.
* doc/fragments.texi: Ditto.
* doc/gimple.texi: Ditto.
* doc/implement-c.texi: Ditto.
* doc/install.texi: Ditto.
* doc/invoke.texi: Ditto.
* doc/md.texi: Ditto.
* doc/plugins.texi: Ditto.
* doc/rtl.texi: Ditto.
* doc/sourcebuild.texi: Ditto.
* doc/tm.texi.in: Ditto.
* doc/ux.texi: Ditto.
* doc/tm.texi: Regenerate.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/extend.texi
trunk/gcc/doc/fragments.texi
trunk/gcc/doc/gimple.texi
trunk/gcc/doc/implement-c.texi
trunk/gcc/doc/install.texi
trunk/gcc/doc/invoke.texi
trunk/gcc/doc/md.texi
trunk/gcc/doc/plugins.texi
trunk/gcc/doc/rtl.texi
trunk/gcc/doc/sourcebuild.texi
trunk/gcc/doc/tm.texi
trunk/gcc/doc/tm.texi.in
trunk/gcc/doc/ux.texi
trunk/gcc/target.def
More information about the Gcc-cvs
mailing list