summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ftp-proxy
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-08-01 15:45:41 +0000
committerjmc <jmc@openbsd.org>2007-08-01 15:45:41 +0000
commit69d9c04ee4f06ee4a25f6116e9230af72081a58c (patch)
treefd94a25732b6ef540fb8711aa181067255f40314 /usr.sbin/ftp-proxy
parentin (unused function) free_core(), unmap the core; from veins@evilkittens.org (diff)
downloadwireguard-openbsd-69d9c04ee4f06ee4a25f6116e9230af72081a58c.tar.xz
wireguard-openbsd-69d9c04ee4f06ee4a25f6116e9230af72081a58c.zip
- -T before -t
- use .Bk/.Ek
Diffstat (limited to 'usr.sbin/ftp-proxy')
-rw-r--r--usr.sbin/ftp-proxy/ftp-proxy.814
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.sbin/ftp-proxy/ftp-proxy.8 b/usr.sbin/ftp-proxy/ftp-proxy.8
index d88ab514552..74d7318d8b2 100644
--- a/usr.sbin/ftp-proxy/ftp-proxy.8
+++ b/usr.sbin/ftp-proxy/ftp-proxy.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp-proxy.8,v 1.9 2007/08/01 09:31:41 henning Exp $
+.\" $OpenBSD: ftp-proxy.8,v 1.10 2007/08/01 15:45:41 jmc Exp $
.\"
.\" Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
.\"
@@ -22,6 +22,7 @@
.Nd Internet File Transfer Protocol proxy daemon
.Sh SYNOPSIS
.Nm ftp-proxy
+.Bk -words
.Op Fl 6Adrv
.Op Fl a Ar address
.Op Fl b Ar address
@@ -31,8 +32,9 @@
.Op Fl p Ar port
.Op Fl q Ar queue
.Op Fl R Ar address
-.Op Fl t Ar timeout
.Op Fl T Ar tag
+.Op Fl t Ar timeout
+.Ek
.Sh DESCRIPTION
.Nm
is a proxy for the Internet File Transfer Protocol.
@@ -129,16 +131,16 @@ connections to another proxy.
.It Fl r
Rewrite sourceport to 20 in active mode to suit ancient clients that insist
on this RFC property.
+.It Fl T Ar tag
+Automatically tag packets passing through the
+.Xr pf 4
+rule with the name supplied.
.It Fl t Ar timeout
Number of seconds that the control connection can be idle, before the
proxy will disconnect.
The maximum is 86400 seconds, which is also the default.
Do not set this too low, because the control connection is usually
idle when large data transfers are taking place.
-.It Fl T Ar tag
-Automatically tag packets passing through the
-.Xr pf 4
-rule with the name supplied.
.It Fl v
Set the 'log' flag on pf rules committed by
.Nm .