diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-18 02:10:34 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-18 02:10:34 +0000 |
commit | c20b542c51aa33e6b6cd59f8cb2e9d387da80c90 (patch) | |
tree | 7a4cb5312ced9c2457dc5f46f4852f1f5d3932d4 /gcc/doc/cppenv.texi | |
parent | a0ecd6b1608c0d07c6a388a764c77a893de79b61 (diff) | |
download | gcc-c20b542c51aa33e6b6cd59f8cb2e9d387da80c90.tar.gz |
* doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
"GNU/Linux" and "Microsoft Windows" terminology.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76078 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/cppenv.texi')
-rw-r--r-- | gcc/doc/cppenv.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/cppenv.texi b/gcc/doc/cppenv.texi index 7a913f15903..bb29cb2d140 100644 --- a/gcc/doc/cppenv.texi +++ b/gcc/doc/cppenv.texi @@ -1,4 +1,4 @@ -@c Copyright (c) 1999, 2000, 2001, 2002 +@c Copyright (c) 1999, 2000, 2001, 2002, 2004 @c Free Software Foundation, Inc. @c This is part of the CPP and GCC manuals. @c For copying conditions, see the file gcc.texi. @@ -20,7 +20,7 @@ Each variable's value is a list of directories separated by a special character, much like @env{PATH}, in which to look for header files. The special character, @code{PATH_SEPARATOR}, is target-dependent and -determined at GCC build time. For Windows-based targets it is a +determined at GCC build time. For Microsoft Windows-based targets it is a semicolon, and for almost all other targets it is a colon. @env{CPATH} specifies a list of directories to be searched as if |