diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-02-27 22:25:59 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-02-27 22:25:59 +0000 |
commit | d22418608bff8a4f3a72063d1dfc352c7bfd05c2 (patch) | |
tree | a6431350c30ea8866ba3f3317d3e0f05f96a2e85 | |
parent | e6af8ca21750d2c36ec9e94c2106345e63a4f091 (diff) |
update an example in the relayd.conf manpage, that was not converted
to the new syntax 2 years ago. Found by Michael W. Lucas, thanks!
ok tb@
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index d3609cff266..8bed93efa1f 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.174 2017/02/02 08:24:16 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.175 2017/02/27 22:25:58 benno Exp $ .\" .\" Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 2 2017 $ +.Dd $Mdocdate: February 27 2017 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -1226,7 +1226,7 @@ This type is only available with the direction for example: .Bd -literal -offset indent # Will match /cgi-bin/example.pl?foo=bar&ok=yes -request query expect "bar" from "foo" +pass request query "foo" value "bar" .Ed .It Ic url Ar option Oo Oo Ic digest Oc Ar key Oo Ic value Ar value Oc Oc Look up the entity as a URL suffix/prefix expression consisting of a |