mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Rename Bro to Zeek in Zeekygen-generated documentation
This commit is contained in:
parent
7c5e74e577
commit
be091271f7
33 changed files with 393 additions and 375 deletions
|
@ -23,7 +23,7 @@ module GLOBAL;
|
|||
##
|
||||
## name: A name that uniquely identifies and seeds the Bloom filter. If empty,
|
||||
## the filter will use :zeek:id:`global_hash_seed` if that's set, and
|
||||
## otherwise use a local seed tied to the current Bro process. Only
|
||||
## otherwise use a local seed tied to the current Zeek process. Only
|
||||
## filters with the same seed can be merged with
|
||||
## :zeek:id:`bloomfilter_merge`.
|
||||
##
|
||||
|
@ -60,7 +60,7 @@ function bloomfilter_basic_init%(fp: double, capacity: count,
|
|||
##
|
||||
## name: A name that uniquely identifies and seeds the Bloom filter. If empty,
|
||||
## the filter will use :zeek:id:`global_hash_seed` if that's set, and
|
||||
## otherwise use a local seed tied to the current Bro process. Only
|
||||
## otherwise use a local seed tied to the current Zeek process. Only
|
||||
## filters with the same seed can be merged with
|
||||
## :zeek:id:`bloomfilter_merge`.
|
||||
##
|
||||
|
@ -104,7 +104,7 @@ function bloomfilter_basic_init2%(k: count, cells: count,
|
|||
##
|
||||
## name: A name that uniquely identifies and seeds the Bloom filter. If empty,
|
||||
## the filter will use :zeek:id:`global_hash_seed` if that's set, and
|
||||
## otherwise use a local seed tied to the current Bro process. Only
|
||||
## otherwise use a local seed tied to the current Zeek process. Only
|
||||
## filters with the same seed can be merged with
|
||||
## :zeek:id:`bloomfilter_merge`.
|
||||
##
|
||||
|
@ -206,7 +206,7 @@ function bloomfilter_clear%(bf: opaque of bloomfilter%): any
|
|||
|
||||
## Merges two Bloom filters.
|
||||
##
|
||||
## .. note:: Currently Bloom filters created by different Bro instances cannot
|
||||
## .. note:: Currently Bloom filters created by different Zeek instances cannot
|
||||
## be merged. In the future, this will be supported as long as both filters
|
||||
## are created with the same name.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue