mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Fix some warnings seen while building the docs
Removed references in the docs to a few identifiers that aren't defined in any Bro scripts.
This commit is contained in:
parent
3057d2b8fb
commit
462eaefc43
3 changed files with 4 additions and 5 deletions
|
@ -79,7 +79,7 @@ export {
|
|||
|
||||
## Information passed into rotation callback functions.
|
||||
type RotationInfo: record {
|
||||
writer: Writer; ##< The :bro:type:`Log::Writer` being used.
|
||||
writer: Writer; ##< The log writer being used.
|
||||
fname: string; ##< Full name of the rotated file.
|
||||
path: string; ##< Original path value.
|
||||
open: time; ##< Time when opened.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue