diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-11-03 13:23:58 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-03 13:23:58 +0000 |
commit | 13ba36b478bfdfe2881bdc4a83c2caf2fd26fbd2 (patch) | |
tree | f97dc1fda97d14fca02778ad48559ef6ee6f14df /gcc/doc/gcc.texi | |
parent | 6545a2b52497612fb664d5994f319e4e3f4cb495 (diff) | |
download | gcc-13ba36b478bfdfe2881bdc4a83c2caf2fd26fbd2.tar.gz |
extend.texi, [...]: Use "invalid" instead of "illegal".
* doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
Use "invalid" instead of "illegal". Use @r in comments in
examples.
From-SVN: r46730
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 53b3cee8cb9..6fb37c128a9 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -3937,7 +3937,7 @@ The name of a file or file-like object on the host system which acts as a ``bit bucket''. If you do not define this macro, GCC will use @samp{/dev/null} as the bit bucket. If the target does not support a bit bucket, this should be defined to the null string, or some other -illegal filename. If the bit bucket is not writable, GCC will use a +invalid filename. If the bit bucket is not writable, GCC will use a temporary file instead. @findex COLLECT_EXPORT_LIST |