diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2018-11-07 19:17:29 +0100 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2018-11-07 19:17:29 +0100 |
commit | 630ba2fd94b7ceffa43d461020587750c47bf2aa (patch) | |
tree | 07184c4cea5ae1fe3e5ea5635eaa884a0805ff1e /gcc/doc/sourcebuild.texi | |
parent | 6279fcd66fa8dd5b6e8fc78845931bfe72593907 (diff) | |
download | gcc-630ba2fd94b7ceffa43d461020587750c47bf2aa.zip gcc-630ba2fd94b7ceffa43d461020587750c47bf2aa.tar.gz gcc-630ba2fd94b7ceffa43d461020587750c47bf2aa.tar.bz2 |
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
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 878f4a3..3fdf5e3 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -66,7 +66,7 @@ include it in @code{libc}. The Ada runtime library. @item libatomic -The runtime support library for atomic operations (e.g. for @code{__sync} +The runtime support library for atomic operations (e.g.@: for @code{__sync} and @code{__atomic}). @item libcpp @@ -2111,7 +2111,7 @@ Target uses a dummy @code{wcsftime} function that always returns zero. @item fd_truncate Target can truncate a file from a file descriptor, as used by -@file{libgfortran/io/unix.c:fd_truncate}; i.e. @code{ftruncate} or +@file{libgfortran/io/unix.c:fd_truncate}; i.e.@: @code{ftruncate} or @code{chsize}. @item freestanding @@ -2159,8 +2159,8 @@ time) should be run on this target. This can be enabled by setting the @env{GCC_TEST_RUN_EXPENSIVE} environment variable to a non-empty string. @item simulator -Test system runs executables on a simulator (i.e. slowly) rather than -hardware (i.e. fast). +Test system runs executables on a simulator (i.e.@: slowly) rather than +hardware (i.e.@: fast). @item signal Target has @code{signal.h}. @@ -3221,7 +3221,7 @@ bb_5: The @code{startwith} argument indicates at which pass to begin. -Use the dump modifier @code{-gimple} (e.g. @option{-fdump-tree-all-gimple}) +Use the dump modifier @code{-gimple} (e.g.@: @option{-fdump-tree-all-gimple}) to make tree dumps more closely follow the format accepted by the GIMPLE parser. |