diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-15 08:07:11 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-15 08:07:11 +0000 |
| commit | f37c3d0edb125d26a84c728356849cca04286097 (patch) | |
| tree | 22464046a9510de3f59256cc5be886f42ccfd2bd /usr.bin/fetch/fetch.1 | |
| parent | ea0aba3406908d663d6af59765d1471be7df9333 (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 58b0ff7a35d4..91317baf1877 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -1,4 +1,4 @@ -.\" $Id: fetch.1,v 1.9.2.4 1997/03/10 07:12:48 fenner Exp $ +.\" $Id: fetch.1,v 1.9.2.5 1997/08/03 18:53:16 peter 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. |
