diff options
author | 2004-05-02 23:02:17 +0000 | |
---|---|---|
committer | 2004-05-02 23:02:17 +0000 | |
commit | d7a285293fb25988202205ecbb6209251adf1250 (patch) | |
tree | d890c9e593f2a70a1f415882af2066eac5d40ad4 | |
parent | more tests, okay millert@ (we probably don't pass them all yet, and will (diff) | |
download | wireguard-openbsd-d7a285293fb25988202205ecbb6209251adf1250.tar.xz wireguard-openbsd-d7a285293fb25988202205ecbb6209251adf1250.zip |
ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
-rw-r--r-- | usr.bin/ssh/sftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index c8ba8575145..795a0342f4a 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -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 |