diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-05 20:18:39 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-05 20:18:39 +0000 |
| commit | f4e4504f060177481bcdeb46edcbd37debd9ebad (patch) | |
| tree | 3ad34e6addbd78847d2dfee13d936f6ca275d287 /usr.bin/fetch/fetch.1 | |
| parent | e1a10354cb2bb904da90e90b88ba6ab4a2c1ea9f (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch/fetch.1')
| -rw-r--r-- | usr.bin/fetch/fetch.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 8fe3e0b561f03..323128a9b7c0f 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $Id: fetch.1,v 1.17 1997/03/05 18:57:15 fenner Exp $ +.\" $Id: fetch.1,v 1.18 1997/07/25 19:35:41 wollman Exp $ .Dd July 2, 1996 .Dt FETCH 1 .Os FreeBSD 2.2 @@ -99,6 +99,10 @@ The filenames specified are ``precious'', and should not be deleted under any circumstances, even if the transfer failed or was incomplete. .It Fl r Restart a previously interrupted transfer. +.It Fl t +Ensure that the use of T/TCP is not attempted for connections. This is +used to workaround bugs in some remote OS stacks that give improper +replies to T/TCP connections. .It Fl T Ar seconds Set timeout value to .Ar seconds. |
