components/snort/patches/snort.8.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 20 Apr 2016 19:46:50 -0700
changeset 5826 9c90e4a8156c
parent 5007 0052258cbb9d
child 7650 2e39c59b83f8
permissions -rw-r--r--
23137909 Userland man page normalization work

Fix the comments w.r.t. configuration file usage with the -T option.
This change has been submitted upstream.

Adjust the reference to "networks(4)" to be "networks(5)".
This change should be sent upstream.

--- snort.8.orig	2016-04-20 10:13:29.946194815 -0700
+++ snort.8	2016-04-20 10:14:01.254235607 -0700
@@ -339,8 +339,7 @@
 indicating that everything is ready to proceed.  This is a good
 switch to use if daemon mode is going to be used, it verifies that
 the Snort configuration that is about to be used is valid and won't fail at
-run time. Note, Snort looks for either /etc/snort.conf or ./snort.conf.
-If your config lives elsewhere, use the -c option to specify a valid
+run time. Note that you will need to use the -c option to specify a valid
 .I config-file.
 .IP "-u user"
 Change the user/UID Snort runs under to
@@ -603,7 +602,7 @@
 .IP "\fBdst net \fInet\fR"
 True if the IP destination address of the packet has a network
 number of \fInet\fP. \fINet\fP may be either a name from /etc/networks
-or a network number (see \fInetworks(4)\fP for details).
+or a network number (see \fInetworks(5)\fP for details).
 .IP "\fBsrc net \fInet\fR"
 True if the IP source address of the packet has a network
 number of \fInet\fP.