mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Fix minor typos in the documentation
This commit is contained in:
parent
9ab5180aa9
commit
a28e671f8d
2 changed files with 16 additions and 16 deletions
|
@ -601,10 +601,10 @@ function add_signature_file(sold: string, snew: string): string
|
|||
}
|
||||
|
||||
## Signature files to read. Use ``redef signature_files += "foo.sig"`` to
|
||||
## extend. Signature files will be searched relative to ``BRO_PATH``.
|
||||
## extend. Signature files will be searched relative to ``BROPATH``.
|
||||
global signature_files = "" &add_func = add_signature_file;
|
||||
|
||||
## ``p0f`` fingerprint file to use. Will be searched relative to ``BRO_PATH``.
|
||||
## ``p0f`` fingerprint file to use. Will be searched relative to ``BROPATH``.
|
||||
const passive_fingerprint_file = "base/misc/p0f.fp" &redef;
|
||||
|
||||
# todo::testing to see if I can remove these without causing problems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue