Fix minor typos in documentation

Some of these fixes are for broken links in the auto-generated docs.
This commit is contained in:
Daniel Thayer 2016-11-14 09:48:33 -06:00
parent 67160338ba
commit 475682ba7f
5 changed files with 17 additions and 16 deletions

View file

@ -348,7 +348,7 @@ export {
## to handle, or one of the stream's filters has an invalid
## ``path_func``.
##
## .. bro:see: Log::enable_stream Log::disable_stream
## .. bro:see:: Log::enable_stream Log::disable_stream
global write: function(id: ID, columns: any) : bool;
## Sets the buffering status for all the writers of a given logging stream.