fix grammatical issues

This commit is contained in:
Yang Tse
2008-02-12 01:11:55 +00:00
parent fcc320ee40
commit 533ae704a1

View File

@@ -10,9 +10,7 @@ Requires:
perl (and a unix-style shell) perl (and a unix-style shell)
diff (when a test fail, a diff is shown) diff (when a test fail, a diff is shown)
stunnel (for HTTPS and FTPS tests) stunnel (for HTTPS and FTPS tests)
sshd (for SCP and SFTP tests; OpenSSH ver. 3.8 is known to work) OpenSSH or SunSSH (for SCP, SFTP and SOCKS4/5 tests)
ssh (for SOCKS4 and SOCK5 tests; OpenSSH ver. 4.5 is known to work.
OpenSSH version 3.7 or greater is needed for SOCKS5)
TCP ports used by default: TCP ports used by default:
@@ -54,11 +52,11 @@ Run:
3 to 9. Any test numbers starting with ! are disabled, as are any test 3 to 9. Any test numbers starting with ! are disabled, as are any test
numbers found in the file data/DISABLED (one per line). numbers found in the file data/DISABLED (one per line).
shell startup scripts: Shell startup scripts:
Tests which use the ssh test server, SCP/SFTP/SOCKS tests, might get badly Tests which use the ssh test server, SCP/SFTP/SOCKS tests, might be badly
influenced by the output of system wide or user specific shell startup scripts, influenced by the output of system wide or user specific shell startup scripts,
.bashrc, .profile, /etc/csh.cshrc, .login, /etc/bashrc, etc. which output text .bashrc, .profile, /etc/csh.cshrc, .login, /etc/bashrc, etc. which output text
messages or escape sequences on user login. When this shell startup messages messages or escape sequences on user login. When these shell startup messages
or escape sequences are output they might corrupt the expected stream of data or escape sequences are output they might corrupt the expected stream of data
which flows to the sftp-server or from the ssh client which can result in bad which flows to the sftp-server or from the ssh client which can result in bad
test behaviour or even prevent the test server from running. test behaviour or even prevent the test server from running.