summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 02fc11cf18a..3827b3fd9c9 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.97 2002/10/14 13:07:32 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.98 2002/10/14 19:37:51 deraadt Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -69,8 +69,8 @@ If no rule matches the packet, the default action is
To block everything by default and only pass packets
that match explicit rules, one uses
.Bd -literal
-.Cm block in all
-.Cm block out all
+ block in all
+ block out all
.Ed
.Pp
as the first two rules.