list the correct version number when usage of the sftp protocol became default
authortj <tj@openbsd.org>
Sat, 16 Apr 2022 00:22:31 +0000 (00:22 +0000)
committertj <tj@openbsd.org>
Sat, 16 Apr 2022 00:22:31 +0000 (00:22 +0000)
and fix a typo

from ed maste

usr.bin/ssh/scp.1

index 3af6ece..2e96e20 100644 (file)
@@ -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