diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 15:57:41 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 15:57:41 +0000 |
commit | 228c76d8610c8a9744731ff35bb54df023dea8ff (patch) | |
tree | 70f0e4d4de12e17fa1d5553b9d4c52fa4ffebcbc /gcc/doc/headerdirs.texi | |
parent | 000c5098da2467e4b2e77c2d261342e629101f15 (diff) | |
download | gcc-228c76d8610c8a9744731ff35bb54df023dea8ff.tar.gz |
* doc/bugreport.texi: Use @command instead of @code for commands.
* doc/collect2.texi: Likewise.
* doc/headerdirs.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/standards.texi: Likewise.
* doc/tm.texi: Likewise.
* doc/trouble.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61701 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/headerdirs.texi')
-rw-r--r-- | gcc/doc/headerdirs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/headerdirs.texi b/gcc/doc/headerdirs.texi index 17db57f0560..beac0ddde22 100644 --- a/gcc/doc/headerdirs.texi +++ b/gcc/doc/headerdirs.texi @@ -15,7 +15,7 @@ are already suitable for ISO C and GNU CC, nothing special need be done). @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It -is where @code{g++} looks first for header files. The C++ library +is where @command{g++} looks first for header files. The C++ library installs only target independent header files in that directory. @code{LOCAL_INCLUDE_DIR} is used only by native compilers. GNU CC |