diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-25 06:19:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-10-25 06:19:47 +0000 |
commit | 109500a5599857c7c5bacadd3671dbaf42cf09d6 (patch) | |
tree | 9267c7d2d94b21637f6607622ff3d1515da1412d /usr.bin/ssh/scp.1 | |
parent | 6ba01c5981eb1763d49b02626080ff058376c899 (diff) |
tweak the uri text, specifically removing some markup to make it a
bit more readable;
issue reported by - and diff ok - millert
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 92b63f6f4ab..d6d9d97c19c 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -8,9 +8,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.75 2017/10/21 23:06:24 millert Exp $ +.\" $OpenBSD: scp.1,v 1.76 2017/10/25 06:19:46 jmc Exp $ .\" -.Dd $Mdocdate: October 21 2017 $ +.Dd $Mdocdate: October 25 2017 $ .Dt SCP 1 .Os .Sh NAME @@ -18,7 +18,6 @@ .Nd secure copy (remote file copy program) .Sh SYNOPSIS .Nm scp -.Bk -words .Op Fl 346BCpqrv .Op Fl c Ar cipher .Op Fl F Ar ssh_config @@ -27,8 +26,7 @@ .Op Fl o Ar ssh_option .Op Fl P Ar port .Op Fl S Ar program -.Ar source ... -.Ar target +.Ar source ... target .Sh DESCRIPTION .Nm copies files between hosts on a network. @@ -42,15 +40,18 @@ will ask for passwords or passphrases if they are needed for authentication. .Pp The -.Ar target +.Ar source and -.Ar destination +.Ar target may be specified as a local pathname, a remote host with optional path in the form -.Oo Ar user Ns @ Oc Ns Ar host Ns : Ns Oo Ar path Oc , -or an scp URI in the form -.No scp:// Ns Oo Ar user Ns @ Oc Ns Ar host Ns -.Oo : Ns Ar port Oc Ns Oo / Ns Ar path Oc . +.Sm off +.Oo user @ Oc host : Op path , +.Sm on +or a URI in the form +.Sm off +.No scp:// Oo user @ Oc host Oo : port Oc Op / path . +.Sm on Local file names can be made explicit using absolute or relative pathnames to avoid .Nm |