diff options
author | 2012-09-20 11:52:46 +0000 | |
---|---|---|
committer | 2012-09-20 11:52:46 +0000 | |
commit | f5d6312070c5a8d3663b76aedc1bc2bee6be56b4 (patch) | |
tree | bcc7b0a847dce8fe349f73f1d5eb245c11707cf9 | |
parent | Be consistent with what the installer and useradd(8) do and put newly (diff) | |
download | wireguard-openbsd-f5d6312070c5a8d3663b76aedc1bc2bee6be56b4.tar.xz wireguard-openbsd-f5d6312070c5a8d3663b76aedc1bc2bee6be56b4.zip |
remove unneccessary macro;
-rw-r--r-- | share/man/man5/pf.conf.5 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 96889f60152..804c0b8f9d5 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.521 2012/09/20 09:43:49 camield Exp $ +.\" $OpenBSD: pf.conf.5,v 1.522 2012/09/20 11:52:46 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -909,7 +909,6 @@ For instance: .Bl -tag -width Ds .It match in ... port 2000:2999 rdr-to ... port 4000 redirects ports 2000 to 2999 (inclusive) to port 4000. -.Pp .It match in ... port 2000:2999 rdr-to ... port 4000:* redirects port 2000 to 4000, port 2001 to 4001, ..., port 2999 to 4999. .El |