]> andersk Git - openssh.git/blobdiff - scp.1
- OpenBSD CVS update
[openssh.git] / scp.1
diff --git a/scp.1 b/scp.1
index 91ff893556925c7769a4a1699d6cef50d70fc15d..d187c64793db55f9892c1624c96aa3f07593907b 100644 (file)
--- a/scp.1
+++ b/scp.1
@@ -38,7 +38,8 @@
 .Sm on
 .Sh DESCRIPTION 
 .Nm
-copies files between hosts on a network.  It uses
+copies files between hosts on a network.
+It uses
 .Xr ssh 1
 for data transfer, and uses the same authentication and provides the
 same security as
@@ -50,18 +51,19 @@ will ask for passwords or passphrases if they are needed for
 authentication.
 .Pp
 Any file name may contain a host and user specification to indicate
-that the file is to be copied to/from that host.  Copies between two
-remote hosts are permitted.
+that the file is to be copied to/from that host.
+Copies between two remote hosts are permitted.
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
 .It Fl c Ar cipher
-Selects the cipher to use for encrypting the data transfer.  This
-option is directly passed to
+Selects the cipher to use for encrypting the data transfer.
+This option is directly passed to
 .Xr ssh 1 .
 .It Fl i Ar identity_file
 Selects the file from which the identity (private key) for RSA
-authentication is read.  This option is directly passed to
+authentication is read.
+This option is directly passed to
 .Xr ssh 1 .
 .It Fl p
 Preserves modification times, access times, and modes from the
@@ -69,25 +71,28 @@ original file.
 .It Fl r
 Recursively copy entire directories.
 .It Fl v
-Verbose mode.  Causes
+Verbose mode.
+Causes
 .Nm
 and 
 .Xr ssh 1
-to print debugging messages about their progress.  This is helpful in
+to print debugging messages about their progress.
+This is helpful in
 debugging connection, authentication, and configuration problems.
 .It Fl B
 Selects batch mode (prevents asking for passwords or passphrases).
 .It Fl q
 Disables the progress meter.
 .It Fl C
-Compression enable.  Passes the
+Compression enable.
+Passes the
 .Fl C
 flag to
 .Xr ssh 1
 to enable compression.
 .It Fl P Ar port
-Specifies the port to connect to on the remote host.  Note that this
-option is written with a capital
+Specifies the port to connect to on the remote host.
+Note that this option is written with a capital
 .Sq P ,
 because
 .Fl p
This page took 0.054586 seconds and 4 git commands to generate.