r5209 - trunk/varnish-cache/doc/sphinx/reference

perbu at varnish-cache.org perbu at varnish-cache.org
Tue Sep 14 18:57:59 CEST 2010


Author: perbu
Date: 2010-09-14 18:57:58 +0200 (Tue, 14 Sep 2010)
New Revision: 5209

Modified:
   trunk/varnish-cache/doc/sphinx/reference/vmod.rst
Log:
fix build error

Modified: trunk/varnish-cache/doc/sphinx/reference/vmod.rst
===================================================================
--- trunk/varnish-cache/doc/sphinx/reference/vmod.rst	2010-09-14 11:31:59 UTC (rev 5208)
+++ trunk/varnish-cache/doc/sphinx/reference/vmod.rst	2010-09-14 16:57:58 UTC (rev 5209)
@@ -85,7 +85,7 @@
 	const char * vmod_tolower(struct sess *, void **, const char *, ...);
 	int meta_function(void **, const struct VCL_conf *);
 
-Those are your C prototypes.  Notice the "vmod_" prefix on the function
+Those are your C prototypes.  Notice the "vmod\_" prefix on the function
 names and the C-types as return types and arguments.
 
 VCL and C data types




More information about the varnish-commit mailing list