doc: Use @: where needed
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 7 Nov 2018 18:17:29 +0000 (19:17 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 7 Nov 2018 18:17:29 +0000 (19:17 +0100)
commit630ba2fd94b7ceffa43d461020587750c47bf2aa
tree07184c4cea5ae1fe3e5ea5635eaa884a0805ff1e
parent6279fcd66fa8dd5b6e8fc78845931bfe72593907
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.

From-SVN: r265882
15 files changed:
gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/fragments.texi
gcc/doc/gimple.texi
gcc/doc/implement-c.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
gcc/doc/plugins.texi
gcc/doc/rtl.texi
gcc/doc/sourcebuild.texi
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/doc/ux.texi
gcc/target.def