git: 8f6bdf15ff03 - stable/13 - ipf.4: Correct a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:34:17 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=8f6bdf15ff03e839c5ba2d33f64098b0f2ee0749
commit 8f6bdf15ff03e839c5ba2d33f64098b0f2ee0749
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 10:55:42 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:32:12 +0000
ipf.4: Correct a typo in the manual page
- s/occured/occurred/
(cherry picked from commit b89592a9ef35f29cecb909b5ec4bc591a3df6aa2)
---
sbin/ipf/ipf/ipf.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */