This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: FYI: announce java.lang.ref.*


>>>>> "Gerald" == Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

>> +implement <tt>java.lang.ref.*</tt>.

Gerald> This ought to be <code>...</code>.

Thanks.  I always forget this.
I'm committing the appended.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>
	* index.html: Use <code>, not <tt>.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.89
diff -u -r1.89 index.html
--- index.html 2001/10/03 14:13:09 1.89
+++ index.html 2001/10/03 22:06:23
@@ -72,7 +72,7 @@
 <b>October 2, 2001</b>
 </td><td>
 Tom Tromey of Red Hat has written the support code necessary to
-implement <tt>java.lang.ref.*</tt>.
+implement <code>java.lang.ref.*</code>.
 </td></tr>
 
 <tr><td valign="top">


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]