diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 00:03:48 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-21 00:03:48 +0000 |
commit | a3ff64f5acacd90a936bf8af3fb19159dcca6fd3 (patch) | |
tree | 43efbb988a673849f67b78d80a9342d1dda12331 /gcc/doc/invoke.texi | |
parent | 609f152b76290bb424b3049375bb38b699de8385 (diff) | |
download | gcc-a3ff64f5acacd90a936bf8af3fb19159dcca6fd3.tar.gz |
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
doc/gcc.texi, doc/install-old.texi, doc/install.texi,
doc/invoke.texi, doc/rtl.texi: Consistently use "front end" and
"back end" as nouns and "front-end" and "back-end" as adjectives.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43479 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9bef3a7e0cd..f32bcfb94b9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1688,16 +1688,16 @@ Traditionally, diagnostic messages have been formatted irrespective of the output device's aspect (e.g. its width, @dots{}). The options described below can be used to control the diagnostic messages formatting algorithm, e.g. how many characters per line, how often source location -information should be reported. Right now, only the C++ front-end can +information should be reported. Right now, only the C++ front end can honor these options. However it is expected, in the near future, that -the remaining front-ends would be able to digest them correctly. +the remaining front ends would be able to digest them correctly. @table @gcctabopt @item -fmessage-length=@var{n} @opindex fmessage-length Try to format error messages so that they fit on lines of about @var{n} characters. The default is 72 characters for g++ and 0 for the rest of -the front-ends supported by GCC. If @var{n} is zero, then no +the front ends supported by GCC. If @var{n} is zero, then no line-wrapping will be done; each error message will appear on a single line. |