1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: "A. Costa" <agcosta@gis.net>
Last-Update: 2013-02-18
Bug-Debian: https://bugs.debian.org/700832
Description: Fix typo in manpage
--- a/jnettop.8
+++ b/jnettop.8
@@ -70,7 +70,7 @@ selects one of the rules defined in .jne
.B \-x, \-\-filter rule
allows for specification of custom filtering rule. this allows for
.BR tcpdump(1)
-style syntax. don't forget to enclolse the filter into quotes when running from a shell.
+style syntax. don't forget to enclose the filter into quotes when running from a shell.
.SH CONFIGURATION
Program looks for settings in the file specified by parameter \fB-f\fP, which defaults to ~/.jnettop. Configuration file is
an ordinary text file with keywords and their arguments. You HAVE to enclose arguments into double quotes. Available keywords
|