summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-03-11 09:59:38 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-03-11 09:59:38 +0000
commit25c026a925e821064f66151e00132d2d98951afb (patch)
tree04e0b48e0c591fc131b941365c2ae93151930382 /sbin
parentc6da799996227d4c366988969607c3eab159fbd6 (diff)
sprinkle some .Li
ok deraadt@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl.810
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