summaryrefslogtreecommitdiff
path: root/scp.0
diff options
context:
space:
mode:
Diffstat (limited to 'scp.0')
-rw-r--r--scp.014
1 files changed, 7 insertions, 7 deletions
diff --git a/scp.0 b/scp.0
index 2ebff48d0..8f4e813a4 100644
--- a/scp.0
+++ b/scp.0
@@ -1,4 +1,4 @@
1SCP(1) BSD General Commands Manual SCP(1) 1SCP(1) OpenBSD Reference Manual SCP(1)
2 2
3NAME 3NAME
4 scp - secure copy (remote file copy program) 4 scp - secure copy (remote file copy program)
@@ -41,8 +41,8 @@ DESCRIPTION
41 about their progress. This is helpful in debugging connection, 41 about their progress. This is helpful in debugging connection,
42 authentication, and configuration problems. 42 authentication, and configuration problems.
43 43
44 -B Selects batch mode (prevents asking for passwords or 44 -B Selects batch mode (prevents asking for passwords or passphras-
45 passphrases). 45 es).
46 46
47 -q Disables the progress meter. 47 -q Disables the progress meter.
48 48
@@ -55,7 +55,7 @@ DESCRIPTION
55 55
56 -P port 56 -P port
57 Specifies the port to connect to on the remote host. Note that 57 Specifies the port to connect to on the remote host. Note that
58 this option is written with a capital M-bM-^@M-^XPM-bM-^@M-^Y, because -p is already 58 this option is written with a capital `P', because -p is already
59 reserved for preserving the times and modes of the file in 59 reserved for preserving the times and modes of the file in
60 rcp(1). 60 rcp(1).
61 61
@@ -88,7 +88,7 @@ HISTORY
88 the University of California. 88 the University of California.
89 89
90AUTHORS 90AUTHORS
91 Timo Rinne M-bM-^LM-)tri@iki.fiM-bM-^LM-* and 91 Timo Rinne <tri@iki.fi> and
92 Tatu Ylonen M-bM-^LM-)ylo@cs.hut.fiM-bM-^LM-* 92 Tatu Ylonen <ylo@cs.hut.fi>
93 93
94BSD September 25, 1999 BSD 94OpenBSD 3.4 September 25, 1999 2