Date: Sun, 28 Dec 2025 17:20:50 +0000 From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9fdf49e8a501 - main - ipfw.8: fix misprint after previous change Message-ID: <695166f2.20276.434ffe0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=9fdf49e8a501047b61a615ab1b4b133159ad76e1 commit 9fdf49e8a501047b61a615ab1b4b133159ad76e1 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2025-12-28 17:19:35 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2025-12-28 17:19:35 +0000 ipfw.8: fix misprint after previous change rulese -> ruleset MFC after: 3 days X-MFC-with: a7b8a5d37bcb0009297962137bfb6c6570e5af12 --- sbin/ipfw/ipfw.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 FLOWhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695166f2.20276.434ffe0>
