summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2008-05-17 01:31:56 +0000
committerdjm <djm@openbsd.org>2008-05-17 01:31:56 +0000
commit38d4658e0ac156c1b7d39d374e3c191a2cedc6eb (patch)
tree41612bdb5335171345b026e07e93a4c82ecf3591 /usr.bin
parentFix installation instructions. (diff)
downloadwireguard-openbsd-38d4658e0ac156c1b7d39d374e3c191a2cedc6eb.tar.xz
wireguard-openbsd-38d4658e0ac156c1b7d39d374e3c191a2cedc6eb.zip
grammar and correctness fixes from stevesk@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/PROTOCOL14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL
index b2c917be0a7..6527bd02508 100644
--- a/usr.bin/ssh/PROTOCOL
+++ b/usr.bin/ssh/PROTOCOL
@@ -1,8 +1,8 @@
This documents OpenSSH's deviations and extensions to the published SSH
protocol.
-Note that OpenSSH's sftp and sftp-server implement revision 3 of the the
-SSH filexfer protocol described in:
+Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH
+filexfer protocol described in:
http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
@@ -22,7 +22,7 @@ http://www.openssh.com/txt/draft-miller-secsh-umac-01.txt
This transport-layer compression method uses the zlib compression
algorithm (identical to the "zlib" method in rfc4253), but delays the
start of compression until after authentication has completed. This
-avoid exposing compression code to attacks from unauthenticated users.
+avoids exposing compression code to attacks from unauthenticated users.
The method is documented in:
@@ -37,7 +37,7 @@ an endpoint to request that its peer should cease sending data to it
while still keeping the channel open for the endpoint to send data to
the peer.
-This is desirable, since it saves the transmission of data the would
+This is desirable, since it saves the transmission of data that would
otherwise need to be discarded and it allows an endpoint to signal local
processes of the condition, e.g. by closing the corresponding file
descriptor.
@@ -113,7 +113,7 @@ This extension is advertised in the SSH_FXP_VERSION hello with version
"1".
7. sftp: Extension requests "statvfs@openssh.com" and
- "fstatvfs@openssh.com"
+ "fstatvfs@openssh.com"
These requests correspond to the statvfs and fstatvfs POSIX system
interfaces. The "statvfs@openssh.com" request operates on an explicit
@@ -126,7 +126,7 @@ pathname, and is formatted as follows:
The "fstatvfs@openssh.com" operates on an open filehandle:
uint32 id
- string "statvfs@openssh.com"
+ string "fstatvfs@openssh.com"
string handle
These requests return a SSH_FXP_STATUS reply on failure. On success they
@@ -150,5 +150,5 @@ 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 */
-$Id: PROTOCOL,v 1.1 2008/05/16 08:30:42 djm Exp $
+$Id: PROTOCOL,v 1.2 2008/05/17 01:31:56 djm Exp $