From: reyk Date: Fri, 15 May 2015 20:40:26 +0000 (+0000) Subject: Fix kill'n'yank error: the port is mandatory in relay listen on statements. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ed6f86c4cd25716281461e6ab131596910c27dd5;p=openbsd Fix kill'n'yank error: the port is mandatory in relay listen on statements. Pointed out by Alex Greif OK jmc@ --- diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 9b1d0072489..a8f554239f3 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.162 2015/05/15 19:26:37 jmc Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.163 2015/05/15 20:40:26 reyk Exp $ .\" .\" Copyright (c) 2006 - 2015 Reyk Floeter .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard @@ -658,17 +658,11 @@ it will be used as a backup if the lookup failed. Like the previous directive, but for redirections with rdr-to in .Xr pf.conf 5 . .It Xo -.Ic listen on Ar address -.Op Ic port Ar port +.Ic listen on Ar address Ic port Ar port .Op Ic tls .Xc Specify the address and port for the relay to listen on. The relay will accept incoming connections to the specified address. -If the -.Ic port -option is not specified, the port from the -.Ic listen on -directive will be used. .Pp If the .Ic tls