=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/scp.1,v retrieving revision 1.26 retrieving revision 1.26.2.2 diff -u -r1.26 -r1.26.2.2 --- src/usr.bin/ssh/scp.1 2003/01/28 17:24:51 1.26 +++ src/usr.bin/ssh/scp.1 2003/09/16 20:50:43 1.26.2.2 @@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.26 2003/01/28 17:24:51 stevesk Exp $ +.\" $OpenBSD: scp.1,v 1.26.2.2 2003/09/16 20:50:43 brad Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -19,6 +19,7 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp +.Bk -words .Op Fl pqrvBC1246 .Op Fl F Ar ssh_config .Op Fl S Ar program @@ -40,6 +41,7 @@ .Ar host2 No : .Oc Ar file2 .Sm on +.Ek .Sh DESCRIPTION .Nm copies files between hosts on a network. @@ -146,14 +148,6 @@ .Sh DIAGNOSTICS .Nm exits with 0 on success or >0 if an error occurred. -.Sh AUTHORS -Timo Rinne and Tatu Ylonen -.Sh HISTORY -.Nm -is based on the -.Xr rcp 1 -program in BSD source code from the Regents of the University of -California. .Sh SEE ALSO .Xr rcp 1 , .Xr sftp 1 , @@ -163,3 +157,13 @@ .Xr ssh-keygen 1 , .Xr ssh_config 5 , .Xr sshd 8 +.Sh HISTORY +.Nm +is based on the +.Xr rcp 1 +program in BSD source code from the Regents of the University of +California. +.Sh AUTHORS +.An Timo Rinne Aq tri@iki.fi +and +.An Tatu Ylonen Aq ylo@cs.hut.fi