mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Fix a broken link in the docs
Use quoting in docs to avoid HTML links being generated when docs are built.
This commit is contained in:
parent
95c7128d71
commit
745e287414
1 changed files with 3 additions and 3 deletions
|
@ -947,7 +947,7 @@ Logging Framework when ``Log::write`` is called. Were there to be
|
||||||
any name value pairs without the ``&log`` attribute, those fields
|
any name value pairs without the ``&log`` attribute, those fields
|
||||||
would simply be ignored during logging but remain available for the
|
would simply be ignored during logging but remain available for the
|
||||||
lifespan of the variable. The next step is to create the logging
|
lifespan of the variable. The next step is to create the logging
|
||||||
stream with :bro:id:`Log::create_stream` which takes a Log::ID and a
|
stream with :bro:id:`Log::create_stream` which takes a ``Log::ID`` and a
|
||||||
record as its arguments. In this example, on line 25, we call the
|
record as its arguments. In this example, on line 25, we call the
|
||||||
``Log::create_stream`` method and pass ``Factor::LOG`` and the
|
``Log::create_stream`` method and pass ``Factor::LOG`` and the
|
||||||
``Factor::Info`` record as arguments. From here on out, if we issue
|
``Factor::Info`` record as arguments. From here on out, if we issue
|
||||||
|
@ -1253,8 +1253,8 @@ in the call to ``NOTICE``.
|
||||||
.. btest-include:: ${DOC_ROOT}/scripting/framework_notice_shortcuts_01.bro
|
.. btest-include:: ${DOC_ROOT}/scripting/framework_notice_shortcuts_01.bro
|
||||||
|
|
||||||
The Notice Policy shortcut above adds the ``Notice::Type`` of
|
The Notice Policy shortcut above adds the ``Notice::Type`` of
|
||||||
SSH::Interesting_Hostname_Login to the
|
``SSH::Interesting_Hostname_Login`` to the
|
||||||
Notice::emailed_types set while the shortcut below alters the length
|
``Notice::emailed_types`` set while the shortcut below alters the length
|
||||||
of time for which those notices will be suppressed.
|
of time for which those notices will be suppressed.
|
||||||
|
|
||||||
.. btest-include:: ${DOC_ROOT}/scripting/framework_notice_shortcuts_02.bro
|
.. btest-include:: ${DOC_ROOT}/scripting/framework_notice_shortcuts_02.bro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue