diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-23 15:18:52 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-23 15:18:52 +0000 |
commit | 18dfc4e82275d00201b44cd4def776a1becfbd1e (patch) | |
tree | 3872fde239699ea9eff7815a8b52cbf70543d44b | |
parent | 94c678fa55186ce490ebdf0dfc8175c1af8b65fc (diff) |
Fix typo, pointed out by Dries Schellekens
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 201d3015dfa..176cb4cef29 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.156 2002/12/23 13:05:20 mcbride Exp $ +.\" $OpenBSD: pf.conf.5,v 1.157 2002/12/23 15:18:51 mcbride Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1353,7 +1353,7 @@ incoming connections to port 25. .Pp Then .Bd -literal - # echo "block in quick from 1.2.3.4 to any" \ \\ + # echo "block in quick from 1.2.3.4 to any" | \\ pfctl -a spews:manual -f - .Ed .Pp |