diff options
-rw-r--r-- | sbin/pfctl/pfctl.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 152c7d04c1c..bf1db11a206 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.91 2003/03/11 09:23:30 david Exp $ +.\" $OpenBSD: pfctl.8,v 1.92 2003/03/11 09:59:37 david Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -114,7 +114,7 @@ Evaluation of rules from the main ruleset is described in .Xr pf.conf 5 . For example, to show all filter rules inside anchor -.Cm foo : +.Li foo : .Bd -literal -offset indent # pfctl -a foo -s rules .Ed @@ -176,15 +176,15 @@ from the first to the second .Ar host . For example, to kill all of the state entries originating from -.Cm host : +.Li host : .Bd -literal -offset indent # pfctl -k host .Ed .Pp To kill all of the state entries from -.Cm host1 +.Li host1 to -.Cm host2 : +.Li host2 : .Bd -literal -offset indent # pfctl -k host1 -k host2 .Ed |