diff --git a/docs/src/html/manual.md b/docs/src/html/manual.md
index e84ef45..db46bc2 100644
--- a/docs/src/html/manual.md
+++ b/docs/src/html/manual.md
@@ -958,8 +958,8 @@ the supplied structure:
| | receiving the | |
| | response. | |
+----------------------+----------------------+----------------------+
-| `plu | Called whenever a | `struct plugin para |
-| gin_radius_response` | RADIUS response | m_radius_response *` |
+| `plugin_radius_response` | Called whenever a | `struct plugin para |
+| | RADIUS response | m_radius_response *` |
| | includes a | |
| | `Cisco-AVPair` | |
| | value. The value is | |
@@ -977,8 +977,8 @@ the supplied structure:
+----------------------+----------------------+----------------------+
| `char *value` | | |
+----------------------+----------------------+----------------------+
-| ` | Called whenever a | `struct p |
-| plugin_radius_reset` | RADIUS CoA request | aram_radius_reset *` |
+| `plugin_radius_reset` | Called whenever a | `struct p |
+| | RADIUS CoA request | aram_radius_reset *` |
| | is received to reset | |
| | any options to | |
| | default values | |
@@ -989,8 +989,8 @@ the supplied structure:
+----------------------+----------------------+----------------------+
| `sessiont *s` | Session. | |
+----------------------+----------------------+----------------------+
-| `pl | Called when | `struct par |
-| ugin_radius_account` | preparing a RADIUS | am_radius_account *` |
+| `plugin_radius_account` | Called when | `struct par |
+| | preparing a RADIUS | am_radius_account *` |
| | accounting record to | |
| | allow additional | |
| | data to be added to | |
@@ -1009,14 +1009,14 @@ the supplied structure:
| | length of any data | |
| | added. | |
+----------------------+----------------------+----------------------+
-| `p | Called when a node | `void` |
-| lugin_become_master` | elects itself | |
+| `plugin_become_master` | Called when a node | `void` |
+| | elects itself | |
| | cluster master. | |
+----------------------+----------------------+----------------------+
| No arguments. | | |
+----------------------+----------------------+----------------------+
-| `plugin | Called once for each | `sessiont *` |
-| _new_session_master` | open session on | |
+| `plugin_new_session_master` | Called once for each | `sessiont *` |
+| | open session on | |
| | becoming cluster | |
| | master. | |
+----------------------+----------------------+----------------------+