]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- markus@cvs.openbsd.org 2003/01/28 16:11:52
authorDamien Miller <djm@mindrot.org>
Mon, 24 Feb 2003 00:50:50 +0000 (11:50 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 24 Feb 2003 00:50:50 +0000 (11:50 +1100)
     [scp.1]
     document -l; pekkas@netcore.fi

ChangeLog
scp.1

index 7f4f4e7667a19223afe55f8c4c788116342e3866..457f16b0c85473f81565c46a75bf3fb5e79a5247 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
      [sshd.c]
      more specific error message when /var/empty has wrong permissions;
      bug #46, map@appgate.com; ok henning@, provos@, stevesk@
+   - markus@cvs.openbsd.org 2003/01/28 16:11:52
+     [scp.1]
+     document -l; pekkas@netcore.fi
 
 20030211
  - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2595 2003/02/24 00:50:18 djm Exp $
+$Id: ChangeLog,v 1.2596 2003/02/24 00:50:50 djm Exp $
diff --git a/scp.1 b/scp.1
index 9cddd59a794d0762d1404ee572b45ee619b2dfd6..59887482f7e6ae2dbf1d7cb7a9e8b256796a24d7 100644 (file)
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
 .\"
 .\" Created: Sun May  7 00:14:37 1995 ylo
 .\"
-.\" $OpenBSD: scp.1,v 1.24 2003/01/23 14:06:15 markus Exp $
+.\" $OpenBSD: scp.1,v 1.25 2003/01/28 16:11:52 markus Exp $
 .\"
 .Dd September 25, 1999
 .Dt SCP 1
@@ -25,6 +25,7 @@
 .Op Fl P Ar port
 .Op Fl c Ar cipher
 .Op Fl i Ar identity_file
+.Op Fl l Ar limit
 .Op Fl o Ar ssh_option
 .Sm off
 .Oo
@@ -68,6 +69,8 @@ Selects the file from which the identity (private key) for RSA
 authentication is read.
 This option is directly passed to
 .Xr ssh 1 .
+.It Fl l Ar limit
+Limits the used bandwidth, specified in Kbit/s.
 .It Fl p
 Preserves modification times, access times, and modes from the
 original file.