From f0ce098f4e5845432ac7df795c721ffaae6f5fc7 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 23 Sep 2005 14:37:58 +0000 Subject: avoid a nasty line split; ok deraadt@ ian@ --- libexec/ftp-proxy/ftp-proxy.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libexec') diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index e1281360076..57494ee3284 100644 --- a/libexec/ftp-proxy/ftp-proxy.8 +++ b/libexec/ftp-proxy/ftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp-proxy.8,v 1.42 2004/11/19 00:47:23 jmc Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.43 2005/09/23 14:37:57 jmc Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -214,7 +214,8 @@ A typical way to do this would be to use a rule such as .Bd -literal -offset 2n int_if = \&"xl0\&" -rdr pass on $int_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021 +rdr pass on $int_if proto tcp from any to any port 21 -> 127.0.0.1 \e + port 8021 .Ed .Pp .Xr inetd 8 -- cgit v1.2.3