[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] escape angle-brackets in FAQ

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2005-01-24 02:48:25 CET

* faq.html: escape angle brackets in tiny C program

Index: faq.html
===================================================================
--- faq.html (revision 12829)
+++ faq.html (working copy)
@@ -1578,7 +1578,7 @@
 to run +s. Compile a tiny C program:</p>
 
 <pre>
-#include <stdlib.h>
+#include &lt;stdlib.h&gt;
 int main(int argc, const char *argv[])
 {
   system("/usr/local/bin/svn update /home/joe/public_html/");

-- 
Two degrees in be-bop, a Ph.D. in swing
        -- Lowell George, Fred Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 24 02:49:35 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.