diff options
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d63c38f298c..1151544e382 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-01-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * doc/invoke.texi: Markup gcc as @command. Refer to + http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead + of http://gcc.gnu.org/thanks.html. + 2002-01-08 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.md: Add missing int register diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5018a841233..d5eaeefe9b5 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -53,8 +53,9 @@ For instructions on reporting bugs, see script to report bugs is recommended. @c man end @c man begin AUTHOR -See the Info entry for @file{gcc}, or -@w{@uref{http://gcc.gnu.org/thanks.html}}, for contributors to GCC@. +See the Info entry for @command{gcc}, or +@w{@uref{http://gcc.gnu.org/onlinedocs/gcc/Contributors.html}}, +for contributors to GCC@. @c man end @end ignore |