From 60eb12f575db74003527a5be4cc2036242914238 Mon Sep 17 00:00:00 2001 From: Henrik Kramselund Jereminsen Date: Fri, 14 May 2021 16:37:40 +0200 Subject: [PATCH] More precise description of the example --- man/zeek.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/zeek.8 b/man/zeek.8 index 6b31e2a0e2..4650469b03 100644 --- a/man/zeek.8 +++ b/man/zeek.8 @@ -152,7 +152,7 @@ Output file for script execution statistics Disable Zeekygen (Broxygen) documentation support .SH OUTPUT FORMAT Output is written in multiple files depending on configuration. Default -location is the current directory. +location is the current directory. The output written by Zeek can be formatted in multiple ways using the logging framework. @@ -162,7 +162,7 @@ into columns (tab-delimited), They can be processed by the \fBzeek-cut\fR tool. .SH EXAMPLES -Read a capture file: +Read a capture file and generate the default logs: .br # zeek -r test-capture.pcap .PP