summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2008-07-15 02:23:15 +0000
committerDamien Miller <djm@cvs.openbsd.org>2008-07-15 02:23:15 +0000
commit1d7dc094856734282f4b84e95550233037db0d2b (patch)
tree010382404b7defff22c4c65748597a4d9600cbee /usr.bin
parenta3a320b6a9d77ee65b3bcb265da320192095bdf3 (diff)
number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sftp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1
index d6f5e289d02..b4f9a688455 100644
--- a/usr.bin/ssh/sftp.1
+++ b/usr.bin/ssh/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.66 2008/04/18 17:15:47 jmc Exp $
+.\" $OpenBSD: sftp.1,v 1.67 2008/07/15 02:23:14 djm Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 18 2008 $
+.Dd $Mdocdate: July 15 2008 $
.Dt SFTP 1
.Os
.Sh NAME
@@ -204,7 +204,7 @@ This option may be useful in debugging the client and server.
Specify how many requests may be outstanding at any one time.
Increasing this may slightly improve file transfer speed
but will increase memory usage.
-The default is 16 outstanding requests.
+The default is 64 outstanding requests.
.It Fl S Ar program
Name of the
.Ar program