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


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

PATCH: java/old-news.html markup fixes


A couple of markup fixes, and some blank lines for the port-*.html files
on the way.

Installed.

Gerald

Index: old-news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/old-news.html,v
retrieving revision 1.8
diff -u -3 -p -r1.8 old-news.html
--- old-news.html	2001/03/08 01:01:06	1.8
+++ old-news.html	2001/03/16 15:16:21
@@ -1,6 +1,10 @@
 <html>
+
+<head>
 <title>GCJ - Less Recent News</title>
-<body bgcolor="white">
+</head>
+
+<body>

 <h1>GCJ - Less Recent News</h1>

Index: port-files.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/port-files.html,v
retrieving revision 1.2
diff -u -3 -p -r1.2 port-files.html
--- port-files.html	2001/02/08 17:34:35	1.2
+++ port-files.html	2001/03/16 15:16:21
@@ -1,7 +1,9 @@
 <html>
+
 <head>
 <title>How to port the libjava file handling code</title>
 </head>
+
 <body>
 <h1>How to port the libjava file handling code</h1>

Index: port-signals.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/port-signals.html,v
retrieving revision 1.3
diff -u -3 -p -r1.3 port-signals.html
--- port-signals.html	2001/02/08 17:34:35	1.3
+++ port-signals.html	2001/03/16 15:16:21
@@ -1,7 +1,9 @@
 <html>
+
 <head>
 <title>How to port the libgcj signal handling code</title>
 </head>
+
 <body>
 <h1>How to port the libgcj signal handling code</h1>

Index: port-threads.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/port-threads.html,v
retrieving revision 1.6
diff -u -3 -p -r1.6 port-threads.html
--- port-threads.html	2001/02/08 17:34:35	1.6
+++ port-threads.html	2001/03/16 15:16:22
@@ -1,7 +1,9 @@
 <html>
+
 <head>
 <title>How to port the libjava threading layer</title>
 </head>
+
 <body>
 <h1>How to port the libjava threading layer</h1>



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