[master] 2e0f09f fix std.ip documentation

Nils Goroll nils.goroll at uplex.de
Thu Mar 1 10:20:11 UTC 2018


commit 2e0f09fc5d2887e0508f383d52cdc43db62c3c99
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Feb 27 22:06:24 2018 +0100

    fix std.ip documentation

diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 67d41f1..62579b5 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -172,7 +172,7 @@ Description
 	the system library function getaddrinfo(3). If conversion
 	fails, *fallback* will be returned.
 
-	If *resolve* is true, getaddrinfo() is called using *AI_NUMERICHOST*
+	If *resolve* is false, getaddrinfo() is called using *AI_NUMERICHOST*
 	to avoid network lookups. This makes "pure" IP strings cheaper to
 	convert.
 


More information about the varnish-commit mailing list