diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-07-05 05:16:02 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-07-05 05:16:02 +0000 |
commit | 46c043581f5e44fd5a1559bff4e2f42f3db6b230 (patch) | |
tree | 6dc75037efdaa6db1faaf2df4b54cdd2e0967e51 /usr.bin/ssh | |
parent | 8cd231a952d89eb287c656da85ef6aa9a49b28bf (diff) |
grammar
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/PROTOCOL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL index 3283b81e274..37fd536d981 100644 --- a/usr.bin/ssh/PROTOCOL +++ b/usr.bin/ssh/PROTOCOL @@ -237,7 +237,7 @@ The values of the f_flag bitmask are as follows: #define SSH_FXE_STATVFS_ST_RDONLY 0x1 /* read-only */ #define SSH_FXE_STATVFS_ST_NOSUID 0x2 /* no setuid */ -This extension is advertised in the SSH_FXP_VERSION hello with version -"2". +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.10 2008/06/30 12:18:34 djm Exp $ +$OpenBSD: PROTOCOL,v 1.11 2008/07/05 05:16:01 djm Exp $ |