diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-03 09:13:15 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-03 09:13:15 +1000 |
commit | 3d5cbb77617483ba53694085630635c8ac26dd0a (patch) | |
tree | de8d7e105d543a899cff15b2523e08108165f8c8 /sftp.1 | |
parent | edae0ec12a11c872b4fb5571c243be272e6065d6 (diff) | |
download | openssh-git-3d5cbb77617483ba53694085630635c8ac26dd0a.tar.gz |
- dtucker@cvs.openbsd.org 2004/05/02 23:02:17
[sftp.1]
ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.53 2004/04/28 07:13:42 jmc Exp $ +.\" $OpenBSD: sftp.1,v 1.54 2004/05/02 23:02:17 dtucker Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -153,7 +153,7 @@ For full details of the options listed below, and their possible values, see .It Compression .It CompressionLevel .It ConnectionAttempts -.It ConnectionTimeout +.It ConnectTimeout .It GlobalKnownHostsFile .It GSSAPIAuthentication .It GSSAPIDelegateCredentials |