summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2010-01-09 00:57:11 +0000
committerDamien Miller <djm@cvs.openbsd.org>2010-01-09 00:57:11 +0000
commit68a9e8ab1870fa517ba1bd3657617789465a51ed (patch)
treeda01df180889e0eb6a5ca36173ca285836550155 /usr.bin
parent5dc179008864e0f1d8a93c9c49c05bf0166c255f (diff)
tweak language
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/PROTOCOL6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL
index c4fd57062c2..9b74b94754f 100644
--- a/usr.bin/ssh/PROTOCOL
+++ b/usr.bin/ssh/PROTOCOL
@@ -6,8 +6,8 @@ filexfer protocol described in:
http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
-Features from newer versions of the draft are not supported, unless
-explicitly implemented as extensions described below.
+Newer versions of the draft will not be supported, though some features
+are individually implemented as extensions described below.
The protocol used by OpenSSH's ssh-agent is described in the file
PROTOCOL.agent
@@ -251,4 +251,4 @@ The values of the f_flag bitmask are as follows:
Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
advertised in the SSH_FXP_VERSION hello with version "2".
-$OpenBSD: PROTOCOL,v 1.13 2009/12/20 23:20:40 djm Exp $
+$OpenBSD: PROTOCOL,v 1.14 2010/01/09 00:57:10 djm Exp $