ipfw: update man page example for nat show log
In d6164b77f8
the ability to show
ranges of nat log entries was removed.
PR: 254192
Reviewed by: allanjude
This commit is contained in:
parent
f37667e235
commit
066a576c5f
@ -1,7 +1,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 21, 2020
|
||||
.Dd April 7, 2021
|
||||
.Dt IPFW 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -4536,9 +4536,9 @@ To see configuration of nat instance 123:
|
||||
.Pp
|
||||
.Dl "ipfw nat 123 show config"
|
||||
.Pp
|
||||
To show logs of all the instances in range 111-999:
|
||||
To show logs of all instances:
|
||||
.Pp
|
||||
.Dl "ipfw nat 111-999 show"
|
||||
.Dl "ipfw nat show log"
|
||||
.Pp
|
||||
To see configurations of all instances:
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user