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

Re: [PATCH] escape angle-brackets in FAQ

From: <kfogel_at_collab.net>
Date: 2005-01-24 04:01:36 CET

Eric Hanchrow <offby1@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
Received on Mon Jan 24 04:15:43 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.