[master] da2566c Minor cosmetic changes
Federico G. Schwindt
fgsch at lodoss.net
Mon Feb 24 17:21:15 CET 2014
commit da2566c2ae9297cf5f0fd28be1098fce2000b7d8
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date: Mon Feb 24 16:20:58 2014 +0000
Minor cosmetic changes
diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index baeb48f..dcb12ec 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -112,8 +112,8 @@ $Function DURATION duration(STRING, DURATION)
Description
Converts the string *s* to seconds. *s* must be quantified
- with the usual ms (milliseconds), s (seconds), m (minutes), h
- (hours), d (days) and w (weeks) units. If *s* fails to parse,
+ with ms (milliseconds), s (seconds), m (minutes), h (hours),
+ d (days) or w (weeks) units. If *s* fails to parse,
*fallback* will be returned.
Example
set beresp.ttl = std.duration("1w", 3600s);
@@ -138,12 +138,12 @@ Example
$Function BOOL healthy(BACKEND)
Description
- Returns true if the backend is healthy
+ Returns true if the backend is healthy.
$Function INT port(IP)
Description
- Returns the port number of an IP address
+ Returns the port number of an IP address.
SEE ALSO
More information about the varnish-commit
mailing list