diff options
| author | Eugene Grosbein <eugen@FreeBSD.org> | 2025-12-28 17:19:35 +0000 |
|---|---|---|
| committer | Eugene Grosbein <eugen@FreeBSD.org> | 2025-12-28 17:19:35 +0000 |
| commit | 9fdf49e8a501047b61a615ab1b4b133159ad76e1 (patch) | |
| tree | 64bf275fd37fb67a8d8d347e3a80ae8ce6ec6390 | |
| parent | a7b8a5d37bcb0009297962137bfb6c6570e5af12 (diff) | |
ipfw.8: fix misprint after previous change
rulese -> ruleset
MFC after: 3 days
X-MFC-with: a7b8a5d37bcb0009297962137bfb6c6570e5af12
| -rw-r--r-- | sbin/ipfw/ipfw.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index bafad1479c0e..35580f58352d 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -839,7 +839,7 @@ When a packet matches a rule with the .Cm setmark keyword, a 32-bit numeric mark is assigned to the packet. The mark is an extension to the tags. -The mark is preserved for a packet within a single ipfw rulese traversal +The mark is preserved for a packet within a single ipfw ruleset traversal and is lost when the packet is checked against the active ruleset next time (see .Sx PACKET FLOW |
