The branch main has been updated by ceri (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=da52fc464a4c80fdbed551824064d203831b4e7b

commit da52fc464a4c80fdbed551824064d203831b4e7b
Author:     Ceri Davies <[email protected]>
AuthorDate: 2023-01-25 18:15:18 +0000
Commit:     Ceri Davies <[email protected]>
CommitDate: 2023-01-25 18:15:18 +0000

    ipfw.8: there never was a "skip-action" action
    
    It was renamed during review of D1776 but this entry slipped through.
    
    PR:             243284
    Reported by:    [email protected]
    Obtained from:  Chad Jacob Milios <[email protected]>
---
 sbin/ipfw/ipfw.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index c635c2742956..ef66f89a4d89 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 13, 2023
+.Dd January 25, 2023
 .Dt IPFW 8
 .Os
 .Sh NAME
@@ -4631,7 +4631,7 @@ Bear in mind that this is example only and it is not very 
useful by itself.
 .Pp
 On way out, after all checks place this rules:
 .Pp
-.Dl "ipfw add allow record-state skip-action"
+.Dl "ipfw add allow record-state defer-action"
 .Dl "ipfw add nat 1"
 .Pp
 And on way in there should be something like this:

Reply via email to