Fri Jan 21 09:15:21 2011 UTC ()
Fix typo reported in PR 44429 by Ryo HAYASAKA.


(wiz)
diff -r1.7 -r1.8 src/dist/ipf/man/ipftest.1

cvs diff -r1.7 -r1.8 src/dist/ipf/man/Attic/ipftest.1 (expand / switch to unified diff)

--- src/dist/ipf/man/Attic/ipftest.1 2006/04/04 16:17:18 1.7
+++ src/dist/ipf/man/Attic/ipftest.1 2011/01/21 09:15:20 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: ipftest.1,v 1.7 2006/04/04 16:17:18 martti Exp $ 1.\" $NetBSD: ipftest.1,v 1.8 2011/01/21 09:15:20 wiz Exp $
2.\" 2.\"
3.TH ipftest 1 3.TH ipftest 1
4.SH NAME 4.SH NAME
5ipftest \- test packet filter rules with arbitrary input. 5ipftest \- test packet filter rules with arbitrary input.
6.SH SYNOPSIS 6.SH SYNOPSIS
7.B ipftest 7.B ipftest
8[ 8[
9.B \-6bCdDoRvx 9.B \-6bCdDoRvx
10] [ 10] [
11.B \-F 11.B \-F
12input-format 12input-format
13] [ 13] [
14.B \-i 14.B \-i
@@ -168,27 +168,27 @@ Save output packets that would have been @@ -168,27 +168,27 @@ Save output packets that would have been
168a file /tmp/\fIinterface_name\fP in raw format. 168a file /tmp/\fIinterface_name\fP in raw format.
169.TP 169.TP
170.BR \-P \0<filename> 170.BR \-P \0<filename>
171Read IP pool configuration information in \fBippool\fP(5) format from the 171Read IP pool configuration information in \fBippool\fP(5) format from the
172specified file. 172specified file.
173.TP 173.TP
174.BR \-r \0<filename> 174.BR \-r \0<filename>
175Specify the filename from which to read filter rules in \fBipf\fP(5) format. 175Specify the filename from which to read filter rules in \fBipf\fP(5) format.
176.TP 176.TP
177.B \-R 177.B \-R
178Don't attempt to convert IP addresses to hostnames. 178Don't attempt to convert IP addresses to hostnames.
179.TP 179.TP
180.BR \-S \0<ip_address> 180.BR \-S \0<ip_address>
181The IP address specifived with this option is used by ipftest to determine 181The IP address specified with this option is used by ipftest to determine
182whether a packet should be treated as "input" or "output". If the source 182whether a packet should be treated as "input" or "output". If the source
183address in an IP packet matches then it is considered to be inbound. If it 183address in an IP packet matches then it is considered to be inbound. If it
184does not match then it is considered to be outbound. This is primarily 184does not match then it is considered to be outbound. This is primarily
185for use with tcpdump (pcap) files where there is no in/out information 185for use with tcpdump (pcap) files where there is no in/out information
186saved with each packet. 186saved with each packet.
187.TP 187.TP
188.BR \-T \0<optionlist> 188.BR \-T \0<optionlist>
189This option simulates the run-time changing of IPFilter kernel variables 189This option simulates the run-time changing of IPFilter kernel variables
190available with the \fB\-T\fP option of \fBipf\fP. 190available with the \fB\-T\fP option of \fBipf\fP.
191The optionlist parameter is a comma separated list of tuning 191The optionlist parameter is a comma separated list of tuning
192commands. A tuning command is either "list" (retrieve a list of all variables 192commands. A tuning command is either "list" (retrieve a list of all variables
193in the kernel, their maximum, minimum and current value), a single variable 193in the kernel, their maximum, minimum and current value), a single variable
194name (retrieve its current value) and a variable name with a following 194name (retrieve its current value) and a variable name with a following