summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:04:36 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:04:36 +1000
commit22d47abbe3378539bd775f3ee19190406991e4bc (patch)
tree545539b29d0e67ffa521dec8926d156386428997
parent65bc2c402871ef0603b1f99afb323da953212232 (diff)
- jmc@cvs.openbsd.org 2006/07/18 07:56:28
[scp.1] replace DIAGNOSTICS with .Ex;
-rw-r--r--ChangeLog5
-rw-r--r--scp.17
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index bde3e3843..f29eace14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
40 - jmc@cvs.openbsd.org 2006/07/18 07:50:40 40 - jmc@cvs.openbsd.org 2006/07/18 07:50:40
41 [sshd_config.5] 41 [sshd_config.5]
42 tweak; ok dtucker 42 tweak; ok dtucker
43 - jmc@cvs.openbsd.org 2006/07/18 07:56:28
44 [scp.1]
45 replace DIAGNOSTICS with .Ex;
43 46
4420060713 4720060713
45 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h 48 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -4958,4 +4961,4 @@
4958 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4961 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4959 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4962 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4960 4963
4961$Id: ChangeLog,v 1.4416 2006/07/24 04:04:16 djm Exp $ 4964$Id: ChangeLog,v 1.4417 2006/07/24 04:04:36 djm Exp $
diff --git a/scp.1 b/scp.1
index d9b1f8e8f..43662abea 100644
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.39 2006/01/20 00:14:55 dtucker Exp $ 12.\" $OpenBSD: scp.1,v 1.40 2006/07/18 07:56:28 jmc Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -198,9 +198,8 @@ to print debugging messages about their progress.
198This is helpful in 198This is helpful in
199debugging connection, authentication, and configuration problems. 199debugging connection, authentication, and configuration problems.
200.El 200.El
201.Sh DIAGNOSTICS 201.Pp
202.Nm 202.Ex -std scp
203exits with 0 on success or >0 if an error occurred.
204.Sh SEE ALSO 203.Sh SEE ALSO
205.Xr rcp 1 , 204.Xr rcp 1 ,
206.Xr sftp 1 , 205.Xr sftp 1 ,