summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sftp.14
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f80f685de..3a925d505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 - markus@cvs.openbsd.org 2004/11/25 22:22:14 4 - markus@cvs.openbsd.org 2004/11/25 22:22:14
5 [sftp-client.c sftp.c] 5 [sftp-client.c sftp.c]
6 leak; from mpech 6 leak; from mpech
7 - jmc@cvs.openbsd.org 2004/11/29 00:05:17
8 [sftp.1]
9 missing full stop;
7 10
820041203 1120041203
9 - (dtucker) OpenBSD CVS Sync 12 - (dtucker) OpenBSD CVS Sync
@@ -1877,4 +1880,4 @@
1877 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1880 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1878 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1881 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1879 1882
1880$Id: ChangeLog,v 1.3586 2004/12/06 11:43:43 dtucker Exp $ 1883$Id: ChangeLog,v 1.3587 2004/12/06 11:44:32 dtucker Exp $
diff --git a/sftp.1 b/sftp.1
index fe3e4de32..f438949dd 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.58 2004/10/07 10:10:24 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.59 2004/11/29 00:05:17 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -193,7 +193,7 @@ For full details of the options listed below, and their possible values, see
193.It Fl P Ar sftp_server_path 193.It Fl P Ar sftp_server_path
194Connect directly to a local sftp server 194Connect directly to a local sftp server
195(rather than via 195(rather than via
196.Xr ssh 1 ) 196.Xr ssh 1 ) .
197This option may be useful in debugging the client and server. 197This option may be useful in debugging the client and server.
198.It Fl R Ar num_requests 198.It Fl R Ar num_requests
199Specify how many requests may be outstanding at any one time. 199Specify how many requests may be outstanding at any one time.