diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-23 14:37:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-23 14:37:58 +0000 |
commit | f0ce098f4e5845432ac7df795c721ffaae6f5fc7 (patch) | |
tree | 37b94905f94e3ed20aa69d8e49c90ee7a2df4f57 /libexec | |
parent | 92e092655529f422d48393154ec2de3dd936b69f (diff) |
avoid a nasty line split;
ok deraadt@ ian@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 5 |
1 files changed, 3 insertions, 2 deletions
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 |