diff options
author | 2002-12-08 20:41:51 +0000 | |
---|---|---|
committer | 2002-12-08 20:41:51 +0000 | |
commit | a05733a3bfdd3e80e279890ff4c3fa108338defa (patch) | |
tree | 145bdabbe500dd7dbe7426a30d3355b0eabf7fee | |
parent | Fix botch in last commit: prepend comments to hosts after adding FQDN to (diff) | |
download | wireguard-openbsd-a05733a3bfdd3e80e279890ff4c3fa108338defa.tar.xz wireguard-openbsd-a05733a3bfdd3e80e279890ff4c3fa108338defa.zip |
typo; gustavo
-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 982e92818c8..efbbc307137 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.142 2002/12/08 00:22:16 deraadt Exp $ +.\" $OpenBSD: pf.conf.5,v 1.143 2002/12/08 20:41:51 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1619,7 +1619,7 @@ routehost = ( interface-name [ address [ "/" mask-bits ] ] ) address = ( interface-name | "(" interface-name ")" | host-name | ipv4-dotted-quad | ipv6-coloned-hex ) host-list = host [ [ "," ] host-list ] -redirost-list = redirhost [ [","] redirhost-list ] +redirhost-list = redirhost [ [","] redirhost-list ] routehost-list = routehost [ [","] routehost-list ] port = "port" ( unary-op | binary-op | "{" op-list "}" ) |