mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Documentation fixes.
BIT-1272 #close
This commit is contained in:
parent
7ef1409b40
commit
191e5da74d
6 changed files with 9 additions and 5 deletions
|
@ -10,6 +10,6 @@ event bro_init()
|
|||
|
||||
print fmt("contents of v1: %s", v1);
|
||||
print fmt("length of v1: %d", |v1|);
|
||||
print fmt("contents of v1: %s", v2);
|
||||
print fmt("contents of v2: %s", v2);
|
||||
print fmt("length of v2: %d", |v2|);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue