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]
Other format: [Raw text]

PATCH: projects/beginners.html fix


Use > instead of >.

(Detected as this triggered troubles in connection with the previous
style commit.)

Gerald

Index: projects/beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.25
diff -u -3 -p -r1.25 beginner.html
--- projects/beginner.html	4 Oct 2002 17:39:57 -0000	1.25
+++ projects/beginner.html	30 Oct 2002 17:09:23 -0000
@@ -299,7 +299,7 @@ changed:</p>
 </pre>
 </li>

-<li>Verify all the object->header dependencies in the Makefiles.
+<li>Verify all the object-&gt;header dependencies in the Makefiles.

 <p>Mega bonus points for working out a way to do automatic dependency
 generation <em>without</em> relying on features of GCC or GNU


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