ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit ee7bf460f68b6ebb06c14fef27cf55de514a56ba
parent d70fa69a2e4c56bb0b12d615d397b4d144d2ee9d
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Mon, 14 Mar 2005 18:41:22 +0000

removed duplicated ``-F'' documentation (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=293728)

Diffstat:
Mngrep.8 | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/ngrep.8 b/ngrep.8 @@ -169,7 +169,7 @@ packets total, then exit. .IP "-d dev" By default ngrep will select a default interface to listen on. Use -this option to force ngrep to listen on interface \fIdev\fP. +this option to force ngrep to listen on interface \fIdev\fP. .IP "-A num" Dump \fInum\fP packets of trailing context after matching a packet. @@ -189,10 +189,6 @@ specified size. Change the non-printable character from the default ``.'' to the character specified. -.IP "-F file" -Read the bpf filter from the specified file, rather than from the -command line. - .IP "\fI match expression\fP" A match expression is either an extended regular expression, or if the \fI-X\fP option is specified, a string signifying a hexadecimal value.