summaryrefslogtreecommitdiff
path: root/docs/pool_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pool_template.md')
-rw-r--r--docs/pool_template.md63
1 files changed, 9 insertions, 54 deletions
diff --git a/docs/pool_template.md b/docs/pool_template.md
index beebdfa..36c92b8 100644
--- a/docs/pool_template.md
+++ b/docs/pool_template.md
@@ -8,60 +8,15 @@ Each unique pool is defined in this table.
**Structure**
-<table>
-<colgroup>
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><p><strong>Field</strong></p></td>
-<td><p><strong>Type</strong></p></td>
-<td><p><strong>Attributes</strong></p></td>
-<td><p><strong>Key</strong></p></td>
-<td><p><strong>Null</strong></p></td>
-<td><p><strong>Default</strong></p></td>
-<td><p><strong>Extra</strong></p></td>
-<td><p><strong>Comment</strong></p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#entry">entry</a></p></td>
-<td><p>mediumint(8)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p>Pool entry</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#max_limit">max_limit</a></p></td>
-<td><p>int(10)</p></td>
-<td><p>unsigned</p></td>
-<td><p> </p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p>Max number of objects (0) is no limit</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#description">description</a></p></td>
-<td><p>varchar(255)</p></td>
-<td><p>signed</p></td>
-<td><p> </p></td>
-<td><p>YES</p></td>
-<td><p>NULL</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|------------------|--------------|------------|-----|------|---------|-------|---------------------------------------|
+| [entry][1] | mediumint(8) | unsigned | PRI | NO | 0 | | Pool entry |
+| [max_limit][2] | int(10) | unsigned | | NO | 0 | | Max number of objects (0) is no limit |
+| [description][3] | varchar(255) | signed | | YES | NULL | | |
+
+[1]: #entry
+[2]: #max_limit
+[3]: #description
**Description of the fields**