You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Eric Hanchrow <of...@blarg.net> on 2005/01/24 01:48:25 UTC

[PATCH] escape angle-brackets in FAQ

* 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

Re: [PATCH] escape angle-brackets in FAQ

Posted by kf...@collab.net.
Eric Hanchrow <of...@blarg.net> writes:
> * faq.html: escape angle brackets in tiny C program

Thanks!  Fixed there and in two other places where we had the same
problem, in r12830.

-Karl

> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org