=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.1,v retrieving revision 1.20 retrieving revision 1.20.2.3 diff -u -r1.20 -r1.20.2.3 --- src/usr.bin/ssh/scp.1 2001/09/17 23:56:07 1.20 +++ src/usr.bin/ssh/scp.1 2002/06/26 18:22:35 1.20.2.3 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.20 2001/09/17 23:56:07 stevesk Exp $ +.\" $OpenBSD: scp.1,v 1.20.2.3 2002/06/26 18:22:35 miod Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -117,9 +117,9 @@ .It Fl o Ar ssh_option Can be used to pass options to .Nm ssh -in the format used in the -.Xr ssh 1 -configuration file. This is useful for specifying options +in the format used in +.Xr ssh_config 5 . +This is useful for specifying options for which there is no separate .Nm scp command-line flag. For example, forcing the use of protocol @@ -134,6 +134,9 @@ .Nm to use IPv6 addresses only. .El +.Sh DIAGNOSTICS +.Nm +exits with 0 on success or >0 if an error occurred. .Sh AUTHORS Timo Rinne and Tatu Ylonen .Sh HISTORY @@ -149,4 +152,5 @@ .Xr ssh-add 1 , .Xr ssh-agent 1 , .Xr ssh-keygen 1 , +.Xr ssh_config 5 , .Xr sshd 8