summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPhilipp Buehler <pb@cvs.openbsd.org>2002-07-30 11:21:47 +0000
committerPhilipp Buehler <pb@cvs.openbsd.org>2002-07-30 11:21:47 +0000
commite61932656cc4b87507518b79c2e1dee643381531 (patch)
tree3c3dcac22ee56533cb909a46392cc7bbaba3e58c /share
parentacf5080264898deb37bfcd6f94075bca2aed9f46 (diff)
typo/pasto in route-to/dup-to syntax
ok henning@
Diffstat (limited to 'share')
-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 49b582f52e1..b05124d8fc0 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.70 2002/07/30 09:25:00 pb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.71 2002/07/30 11:21:46 pb Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -989,8 +989,8 @@ return = "return-rst" [ "(" "ttl" number ")" ] |
interface-list = interface-name [ "," interface-list ] .
route = "fastroute" |
"route-to" "(" interface-name address ")" |
- "dup-to" interface-name
- "route-to" "(" interface-name address ")" |
+ "route-to" interface-name |
+ "dup-to" "(" interface-name address ")" |
"dup-to" interface-name
af = "inet" | "inet6" .
proto-list = ( proto-name | proto-number ) [ "," proto-list ] .