aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-09-30 09:04:01 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2000-09-30 09:04:01 +0100
commit28e6b1c270316aa93f2f095d560d5926716b3e26 (patch)
tree74fd8158da2089e49106f91dc29276cfe7a4bc64 /gcc/cp
parent1bacc64eb001d64da643e099c8f7d34b7e4ea910 (diff)
downloadgcc-28e6b1c270316aa93f2f095d560d5926716b3e26.zip
gcc-28e6b1c270316aa93f2f095d560d5926716b3e26.tar.gz
gcc-28e6b1c270316aa93f2f095d560d5926716b3e26.tar.bz2
c-tree.texi, [...]: Consistently use @email for formatting email addresses.
* c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi: Consistently use @email for formatting email addresses. cp: * gxxint.texi: Use @email for formatting email addresses. From-SVN: r36676
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/gxxint.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3f963d5..ead72e2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-30 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gxxint.texi: Use @email for formatting email addresses.
+
2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
* error.c: Remove direct obstack manipulation. Replace with
diff --git a/gcc/cp/gxxint.texi b/gcc/cp/gxxint.texi
index 492b995..7ed9690 100644
--- a/gcc/cp/gxxint.texi
+++ b/gcc/cp/gxxint.texi
@@ -9,7 +9,7 @@
@chapter Internal Architecture of the Compiler
This is meant to describe the C++ front-end for gcc in detail.
-Questions and comments to Benjamin Kosnik @code{<bkoz@@cygnus.com>}.
+Questions and comments to Benjamin Kosnik @email{bkoz@@cygnus.com}.
@menu
* Limitations of g++::