mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Change a script comment to use "code-block" directive
This commit is contained in:
parent
48e2445600
commit
c7408482b4
4 changed files with 7 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
3.3.0-dev.241 | 2020-09-03 15:02:29 -0700
|
||||||
|
|
||||||
|
* Change a script comment to use "code-block" directive (Jon Siwek, Corelight)
|
||||||
|
|
||||||
3.3.0-dev.240 | 2020-09-02 20:51:13 -0700
|
3.3.0-dev.240 | 2020-09-02 20:51:13 -0700
|
||||||
|
|
||||||
* Improve CI benchmark script's error handling/messaging (Jon Siwek, Corelight)
|
* Improve CI benchmark script's error handling/messaging (Jon Siwek, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.3.0-dev.240
|
3.3.0-dev.241
|
||||||
|
|
2
doc
2
doc
|
@ -1 +1 @@
|
||||||
Subproject commit 52ca9f0814aa33bd920a4b33d75dc48bb10f0728
|
Subproject commit f5075530427aca0ca1c5aa42fe9b746290e1ea4d
|
|
@ -6,7 +6,7 @@ module GLOBAL;
|
||||||
## return a pattern with string set's elements OR'd together where the
|
## return a pattern with string set's elements OR'd together where the
|
||||||
## double-tilde was given. Examples:
|
## double-tilde was given. Examples:
|
||||||
##
|
##
|
||||||
## .. sourcecode:: zeek
|
## .. code-block:: zeek
|
||||||
##
|
##
|
||||||
## global r1 = set_to_regex(set("a", "b", "c"), "~~");
|
## global r1 = set_to_regex(set("a", "b", "c"), "~~");
|
||||||
## # r1 = /^?(a|b|c)$?/
|
## # r1 = /^?(a|b|c)$?/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue