aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 10:55:42 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-07 07:32:12 +0000
commit8f6bdf15ff03e839c5ba2d33f64098b0f2ee0749 (patch)
treec2c8ef885b5df7b6d912f21bae079d5d66e0e941
parentb51b0cce30fcf7cd6d63a785dd754e5afd8af647 (diff)
ipf.4: Correct a typo in the manual page
- s/occured/occurred/ (cherry picked from commit b89592a9ef35f29cecb909b5ec4bc591a3df6aa2)
-rw-r--r--sbin/ipf/ipf/ipf.42
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/ipf/ipf.4 b/sbin/ipf/ipf/ipf.4
index 73a17a0cc8d3..73b272a4ccba 100644
--- a/sbin/ipf/ipf/ipf.4
+++ b/sbin/ipf/ipf/ipf.4
@@ -121,7 +121,7 @@ Flags which are recognised in fr_flags:
FR_RETRST 0x000080 /* return a TCP RST packet if blocked */
FR_RETICMP 0x000100 /* return an ICMP packet if blocked */
FR_FAKEICMP 0x00180 /* Return ICMP unreachable with fake source */
- 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 */