- jmc@cvs.openbsd.org 2010/09/03 11:09:29
     [scp.1]
     add an EXIT STATUS section for /usr/bin;
diff --git a/ChangeLog b/ChangeLog
index 9372e46..7e0c672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/scp.1 b/scp.1
index bc5e259..82da30f 100644
--- a/scp.1
+++ b/scp.1
@@ -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 @@
 This is helpful in
 debugging connection, authentication, and configuration problems.
 .El
-.Pp
+.Sh EXIT STATUS
 .Ex -std scp
 .Sh SEE ALSO
 .Xr rcp 1 ,