Merge remote-tracking branch 'origin/fastpath'

* origin/fastpath:
  Fix a "make doc" warning
This commit is contained in:
Robin Sommer 2013-09-28 11:16:29 -07:00
commit 5ddbe9e75f
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,8 @@
2.2-beta-8 | 2013-09-28 11:16:29 -0700
* Fix a "make doc" warning. (Daniel Thayer)
2.2-beta-4 | 2013-09-24 13:23:30 -0700
* Fix for setting REPO in Makefile. (Robin Sommer)

View file

@ -1 +1 @@
2.2-beta-4
2.2-beta-8

View file

@ -90,8 +90,7 @@ the script starts to define instructions to take in a given event.
:lines: 33-57
The workhorse of the script is contained in the event handler for
``file_hash``. The ``file_hash`` event is defined in the
:doc:`/scripts/base/bif/plugins/Bro_FileHash.events.bif.bro` script and allows scripts to access
``file_hash``. The :bro:see:`file_hash` event allows scripts to access
the information associated with a file for which Bro's file analysis framework has
generated a hash. The event handler is passed the file itself as ``f``, the type of digest
algorithm used as ``kind`` and the hash generated as ``hash``.