[5.2] c6a8af4 VMOD blob: move $ABI directive again.

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Fri Sep 15 11:17:31 UTC 2017


commit c6a8af4e659083f6cc19346c7c24052923ddae78
Author: Geoff Simmons <geoff at uplex.de>
Date:   Thu Sep 14 18:56:31 2017 +0200

    VMOD blob: move $ABI directive again.
    
    So that part of the docs appear in the SYNOPSIS section.

diff --git a/lib/libvmod_blob/vmod.vcc b/lib/libvmod_blob/vmod.vcc
index 3b90d3a..a462f3a 100644
--- a/lib/libvmod_blob/vmod.vcc
+++ b/lib/libvmod_blob/vmod.vcc
@@ -7,7 +7,6 @@
 #
 
 $Module blob 3 utilities for the VCL blob type
-$ABI strict
 
 ::
 
@@ -28,6 +27,8 @@ $ABI strict
   BLOB <obj>.get()
   STRING <obj>.encode([ENUM encoding,] [ENUM case])
 
+$ABI strict
+
 DESCRIPTION
 ===========
 


More information about the varnish-commit mailing list