diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 20:50:55 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-08-06 20:50:55 +0000 |
commit | e2b9b064257a64550fba5a03f307bb5138b67717 (patch) | |
tree | 8d6301d49c5b86c46c0e2645f3360940b14a61d8 | |
parent | c88785efc8d38b6093ae21045dc0e8188ec42848 (diff) |
- pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
[ssh.1]
There is no option "Compress", point to "Compression" instead; ok
markus
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -3,6 +3,10 @@ | |||
3 | - markus@cvs.openbsd.org 2001/07/22 21:32:27 | 3 | - markus@cvs.openbsd.org 2001/07/22 21:32:27 |
4 | [sshpty.c] | 4 | [sshpty.c] |
5 | update comment | 5 | update comment |
6 | - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42 | ||
7 | [ssh.1] | ||
8 | There is no option "Compress", point to "Compression" instead; ok | ||
9 | markus | ||
6 | 10 | ||
7 | 20010803 | 11 | 20010803 |
8 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on | 12 | - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on |
@@ -6113,4 +6117,4 @@ | |||
6113 | - Wrote replacements for strlcpy and mkdtemp | 6117 | - Wrote replacements for strlcpy and mkdtemp |
6114 | - Released 1.0pre1 | 6118 | - Released 1.0pre1 |
6115 | 6119 | ||
6116 | $Id: ChangeLog,v 1.1426 2001/08/06 20:47:23 mouring Exp $ | 6120 | $Id: ChangeLog,v 1.1427 2001/08/06 20:50:55 mouring Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.120 2001/07/20 18:41:51 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.121 2001/07/22 21:32:42 pvalchev Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -555,7 +555,7 @@ Compression is desirable on modem lines and other | |||
555 | slow connections, but will only slow down things on fast networks. | 555 | slow connections, but will only slow down things on fast networks. |
556 | The default value can be set on a host-by-host basis in the | 556 | The default value can be set on a host-by-host basis in the |
557 | configuration files; see the | 557 | configuration files; see the |
558 | .Cm Compress | 558 | .Cm Compression |
559 | option below. | 559 | option below. |
560 | .It Fl L Ar port:host:hostport | 560 | .It Fl L Ar port:host:hostport |
561 | Specifies that the given port on the local (client) host is to be | 561 | Specifies that the given port on the local (client) host is to be |