diff options
author | steve <steve@FreeBSD.org> | 1998-12-10 02:43:29 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-10 02:43:29 +0000 |
commit | cead30d23a9778123303f812372cbf7c8ddb7d1b (patch) | |
tree | 0ef0250f96d274fefe774f5057106503212d59f1 /contrib | |
parent | 5a134840265fe889f0a252888d8972a2e2ed1703 (diff) | |
download | FreeBSD-src-cead30d23a9778123303f812372cbf7c8ddb7d1b.zip FreeBSD-src-cead30d23a9778123303f812372cbf7c8ddb7d1b.tar.gz |
Remove duplicate entries for -N and -S commandline switches.
PR: 8120
Submitted by: Horihiro Kumagaio <kuma@jp.freebsd.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ipfilter/man/ipmon.8 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/contrib/ipfilter/man/ipmon.8 b/contrib/ipfilter/man/ipmon.8 index 6388bf6..3717b5e 100644 --- a/contrib/ipfilter/man/ipmon.8 +++ b/contrib/ipfilter/man/ipmon.8 @@ -42,9 +42,6 @@ for normal IP Filter log records. Flush the current packet log buffer. The number of bytes flushed is displayed, even should the result be zero. .TP -.B "\-N <device>" -Set the logfile to be opened for reading NAT log records from to <device>. -.TP .B \-n IP addresses and port numbers will be mapped, where possible, back into hostnames and service names. @@ -65,10 +62,6 @@ as for \fB-o\fP. .B \-s Packet information read in will be sent through syslogd rather than saved to a file. The following levels are used: -.TP -.B "\-S <device>" -Set the logfile to be opened for reading state log records from to <device>. -.TP .IP .B LOG_INFO \- packets logged using the "log" keyword as the action rather @@ -84,8 +77,8 @@ than pass or block. \- packets which have been logged and which can be considered "short". .TP -.B \-S -Treat the logfile as being composed of state log records. +.B "\-S <device>" +Set the logfile to be opened for reading state log records from to <device>. .TP .B \-t read the input file/device in a manner akin to tail(1). |