Fix typos and formatting in various other framework docs

This commit is contained in:
Daniel Thayer 2013-10-10 23:18:27 -05:00
parent 960ddc22d1
commit 50aca717d0
4 changed files with 16 additions and 15 deletions

View file

@ -57,7 +57,8 @@ export {
## Returns the current net_stats.
global net_stats_response: event(s: string);
## Inform the remote Bro instance that it's configuration may have been updated.
## Inform the remote Bro instance that it's configuration may have been
## updated.
global configuration_update_request: event();
## This event is a wrapper and alias for the
## :bro:id:`Control::configuration_update_request` event.