diff options
author | Damien Miller <djm@mindrot.org> | 2010-09-10 11:17:54 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-09-10 11:17:54 +1000 |
commit | 390f1532f2861f6dad19f34852d8088a8ef8bc73 (patch) | |
tree | f9b8c1df09c145748128835b3b91ddea5a8f995d | |
parent | 6e9f680cd2bb19b96280e90adaef5a536d8ae160 (diff) |
- jmc@cvs.openbsd.org 2010/09/03 11:09:29
[scp.1]
add an EXIT STATUS section for /usr/bin;
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | scp.1 | 6 |
2 files changed, 8 insertions, 5 deletions
@@ -18,10 +18,10 @@ - naddy@cvs.openbsd.org 2010/09/01 15:21:35 [servconf.c] pick up ECDSA host key by default; ok djm@ - - markus@cvs.openbsd.org 2010/09/02 16:07:25 + - markus@cvs.openbsd.org 2010/09/02 16:07:25 [ssh-keygen.c] permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ - - markus@cvs.openbsd.org 2010/09/02 16:08:39 + - markus@cvs.openbsd.org 2010/09/02 16:08:39 [ssh.c] unbreak ControlPersist=yes for ControlMaster=yes; ok djm@ - naddy@cvs.openbsd.org 2010/09/02 17:21:50 @@ -29,6 +29,9 @@ Switch ECDSA default key size to 256 bits, which according to RFC5656 should still be better than our current RSA-2048 default. ok djm@, markus@ + - jmc@cvs.openbsd.org 2010/09/03 11:09:29 + [scp.1] + add an EXIT STATUS section for /usr/bin; 20100831 - OpenBSD CVS Sync @@ -9,9 +9,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.50 2010/02/08 10:50:20 markus Exp $ +.\" $OpenBSD: scp.1,v 1.51 2010/09/03 11:09:29 jmc Exp $ .\" -.Dd $Mdocdate: February 8 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt SCP 1 .Os .Sh NAME @@ -209,7 +209,7 @@ to print debugging messages about their progress. This is helpful in debugging connection, authentication, and configuration problems. .El -.Pp +.Sh EXIT STATUS .Ex -std scp .Sh SEE ALSO .Xr rcp 1 , |