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