diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 16:38:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-01 16:38:26 +0000 |
commit | 1d8b37c69ca15e065c00671f8457b6df577db257 (patch) | |
tree | 058988774dd325531ec346aee241ce7435220916 /sbin/ipf | |
parent | b71308c90de1005a44413da2491439a019e721e6 (diff) |
more man page fixes; aaron@ug.cs.dal.ca
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/ipf.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipf/ipf.4 b/sbin/ipf/ipf.4 index e52a8bcb34a..551ac82ed67 100644 --- a/sbin/ipf/ipf.4 +++ b/sbin/ipf/ipf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.4,v 1.11 1998/08/29 21:12:26 deraadt Exp $ +.\" $OpenBSD: ipf.4,v 1.12 1998/09/01 16:38:17 deraadt Exp $ .TH IPF 4 .SH NAME ipf \- packet filtering kernel interface @@ -102,7 +102,7 @@ Flags which are recognised in fr_pass: FR_LOGFIRST 0x000040 /* log only the first packet to match */ FR_RETRST 0x000080 /* return a TCP RST packet if blocked */ FR__RETICMP 0x000100 /* return an ICMP packet if blocked */ - FR_NOMATCH 0x000200 /* no match occured */ + FR_NOMATCH 0x000200 /* no match occurred */ FR_ACCOUNT 0x000400 /* count packet bytes */ FR_KEEPFRAG 0x000800 /* keep fragment information */ FR_KEEPSTATE 0x001000 /* keep `connection' state information */ |