diff options
author | tj@openbsd.org <tj@openbsd.org> | 2022-04-16 02:22:31 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-04-16 06:37:15 +0200 |
commit | 69928b106d8f0fa15b88cf3850d992ed81c44ae0 (patch) | |
tree | b8c6f1b0f1c8ee9df71e35bcc4b887bff0c07fb1 /scp.1 | |
parent | upstream: Correct path for system known hosts file in description (diff) | |
download | openssh-69928b106d8f0fa15b88cf3850d992ed81c44ae0.tar.xz openssh-69928b106d8f0fa15b88cf3850d992ed81c44ae0.zip |
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
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |