git: 7bd4a6c81608 - stable/12 - 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:56:08 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7bd4a6c81608e1a391c15ef83d7ee93f7a6cf11b commit 7bd4a6c81608e1a391c15ef83d7ee93f7a6cf11b 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:55:53 +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 */