mirror of git://anongit.mindrot.org/openssh.git
upstream: list the correct version number
for when usage of the sftp protocol became default and fix a typo from ed maste OpenBSD-Commit-ID: 24e1795ed2283fdeacf16413c2f07503bcdebb31
This commit is contained in:
parent
21042a05c0
commit
69928b106d
8
scp.1
8
scp.1
|
@ -8,9 +8,9 @@
|
|||
.\"
|
||||
.\" Created: Sun May 7 00:14:37 1995 ylo
|
||||
.\"
|
||||
.\" $OpenBSD: scp.1,v 1.108 2022/02/23 21:21:16 djm Exp $
|
||||
.\" $OpenBSD: scp.1,v 1.109 2022/04/16 00:22:31 tj Exp $
|
||||
.\"
|
||||
.Dd $Mdocdate: February 23 2022 $
|
||||
.Dd $Mdocdate: April 16 2022 $
|
||||
.Dt SCP 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -295,9 +295,9 @@ is based on the rcp program in
|
|||
.Bx
|
||||
source code from the Regents of the University of California.
|
||||
.Pp
|
||||
Since OpenSSH 8.8,
|
||||
Since OpenSSH 9.0,
|
||||
.Nm
|
||||
has use the SFTP protocol for transfers by default.
|
||||
has used the SFTP protocol for transfers by default.
|
||||
.Sh AUTHORS
|
||||
.An Timo Rinne Aq Mt tri@iki.fi
|
||||
.An Tatu Ylonen Aq Mt ylo@cs.hut.fi
|
||||
|
|
Loading…
Reference in New Issue