summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authortj@openbsd.org <tj@openbsd.org>2022-04-16 00:22:31 +0000
committerDarren Tucker <dtucker@dtucker.net>2022-04-16 14:37:15 +1000
commit69928b106d8f0fa15b88cf3850d992ed81c44ae0 (patch)
treeb8c6f1b0f1c8ee9df71e35bcc4b887bff0c07fb1 /scp.1
parent21042a05c0b304c16f655efeec97438249d2e2cc (diff)
downloadopenssh-git-69928b106d8f0fa15b88cf3850d992ed81c44ae0.tar.gz
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.18
1 files changed, 4 insertions, 4 deletions
diff --git a/scp.1 b/scp.1
index 3af6ece1..2e96e201 100644
--- a/scp.1
+++ b/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