diff options
Diffstat (limited to 'doc/afb-plugin-writing.html')
-rw-r--r-- | doc/afb-plugin-writing.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html index b80006f4..1864cfdf 100644 --- a/doc/afb-plugin-writing.html +++ b/doc/afb-plugin-writing.html @@ -967,7 +967,7 @@ enumeration but the wrapper of constant definitions that can be mixed using bitw <table> <thead> <tr> -<th>Constant name </th> +<th>Constant name </th> <th> Meaning</th> </tr> </thead> @@ -1070,7 +1070,7 @@ formatting messages if the message must not be output.</p> <tr> <th>Macro </th> <th style="text-align:center;"> Verbosity </th> -<th> Meaning </th> +<th> Meaning </th> <th style="text-align:center;"> syslog level</th> </tr> </thead> @@ -1078,13 +1078,13 @@ formatting messages if the message must not be output.</p> <tr> <td>ERROR </td> <td style="text-align:center;"> 0 </td> -<td> Error conditions </td> +<td> Error conditions </td> <td style="text-align:center;"> 3</td> </tr> <tr> <td>WARNING </td> <td style="text-align:center;"> 1 </td> -<td> Warning conditions </td> +<td> Warning conditions </td> <td style="text-align:center;"> 4</td> </tr> <tr> @@ -1096,13 +1096,13 @@ formatting messages if the message must not be output.</p> <tr> <td>INFO </td> <td style="text-align:center;"> 2 </td> -<td> Informational </td> +<td> Informational </td> <td style="text-align:center;"> 6</td> </tr> <tr> <td>DEBUG </td> <td style="text-align:center;"> 3 </td> -<td> Debug-level messages </td> +<td> Debug-level messages </td> <td style="text-align:center;"> 7</td> </tr> </tbody> @@ -1426,13 +1426,13 @@ endif() <table> <thead> <tr> -<th>Variable </th> +<th>Variable </th> <th> Meaning</th> </tr> </thead> <tbody> <tr> -<td>afb_FOUND </td> +<td>afb_FOUND </td> <td> Set to 1 if afb-daemon plugin development files exist</td> </tr> <tr> @@ -1452,7 +1452,7 @@ endif() <td> The ‘-I’ preprocessor flags (w/o the ‘-I’) for compiling afb-daemon plugins</td> </tr> <tr> -<td>afb_CFLAGS </td> +<td>afb_CFLAGS </td> <td> All required cflags for compiling afb-daemon plugins</td> </tr> </tbody> |