From 2cbc41a70cf456c9ef62ff5a235cbc15de64402a Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Fri, 2 Feb 2024 11:55:22 -0800 Subject: [PATCH] Fix markup typo in the Intel::seen_policy hook docstring [skip ci] --- scripts/base/frameworks/intel/main.zeek | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/frameworks/intel/main.zeek b/scripts/base/frameworks/intel/main.zeek index 4bfab00546..221b1be1d7 100644 --- a/scripts/base/frameworks/intel/main.zeek +++ b/scripts/base/frameworks/intel/main.zeek @@ -168,7 +168,7 @@ export { ## Breaking from this hook suppresses :zeek:see:`Intel::match` ## event generation and any subsequent logging. ## - ## Note that this hook only runs on the Zeek node where :zeek:seen:`Intel::seen` + ## Note that this hook only runs on the Zeek node where :zeek:see:`Intel::seen` ## is invoked. In a cluster configuration that is usually on the worker nodes. ## This is in contrast to :zeek:see:`Intel::match` that usually runs ## centrally on the the manager node instead.