update docs with description of configverson attribute


git-svn-id: https://svn.apache.org/repos/asf/httpd/test/trunk/flood@101187 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/docbook/flood.xml b/docs/docbook/flood.xml
index aebc6ad..987d09c 100644
--- a/docs/docbook/flood.xml
+++ b/docs/docbook/flood.xml
@@ -564,7 +564,41 @@
 
             <refsection>
                 <title>attributes</title>
-                <para>none.</para>
+
+                <informaltable frame="all">
+
+                    <tgroup cols="4" align="left">
+
+                    <thead>
+                        <row>
+                            <entry>name</entry>
+                            <entry>type</entry>
+                            <entry>description</entry>
+                            <entry>default value</entry>
+                        </row>
+                    </thead>
+         
+                    <tbody>
+                        <row>
+                            <entry>configversion</entry>
+                            <entry>INTEGER</entry>
+                            <entry>
+                            This attribute specifies config file version. It
+                            is used by various flood config file generators
+                            (mostly in development right now), to specify
+                            which flood versions will be suitable for
+                            performing certain test. Flood will output a
+                            warning if config file and flood configversions
+                            doesn't match.
+                            </entry>
+                            <entry>0</entry>
+                        </row>
+                    </tbody>
+
+                    </tgroup>
+
+                </informaltable>
+
             </refsection>
 
             <refsection>