summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorT.J. Townsend <tj@cvs.openbsd.org>2022-04-16 00:22:32 +0000
committerT.J. Townsend <tj@cvs.openbsd.org>2022-04-16 00:22:32 +0000
commitb23ec10a49977b5c4717d540b0ccfaa8edad9532 (patch)
tree0af04bdf557b2690c186468fae1c456aeb3032a7 /usr.bin
parent36416bbd04b7b59568128c44e74d7b0547fad2b3 (diff)
list the correct version number when usage of the sftp protocol became default
and fix a typo from ed maste
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/scp.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1
index 3af6ece1e7a..2e96e201111 100644
--- a/usr.bin/ssh/scp.1
+++ b/usr.bin/ssh/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