[sftp.1]
     ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
This commit is contained in:
Darren Tucker 2004-05-03 09:13:15 +10:00
parent edae0ec12a
commit 3d5cbb7761
2 changed files with 6 additions and 3 deletions

View File

@ -26,6 +26,9 @@
[ssh.1] [ssh.1]
ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via
Debian. ok djm@ Debian. ok djm@
- dtucker@cvs.openbsd.org 2004/05/02 23:02:17
[sftp.1]
ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
20040423 20040423
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
@ -1067,4 +1070,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3339 2004/05/02 12:15:52 dtucker Exp $ $Id: ChangeLog,v 1.3340 2004/05/02 23:13:15 dtucker Exp $

4
sftp.1
View File

@ -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. .\" 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 Compression
.It CompressionLevel .It CompressionLevel
.It ConnectionAttempts .It ConnectionAttempts
.It ConnectionTimeout .It ConnectTimeout
.It GlobalKnownHostsFile .It GlobalKnownHostsFile
.It GSSAPIAuthentication .It GSSAPIAuthentication
.It GSSAPIDelegateCredentials .It GSSAPIDelegateCredentials