summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ssh.14
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 45fbb6c13..1d6c029f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
720010803 1120010803
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 $
diff --git a/ssh.1 b/ssh.1
index 061f5d15d..a4f040a47 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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
555slow connections, but will only slow down things on fast networks. 555slow connections, but will only slow down things on fast networks.
556The default value can be set on a host-by-host basis in the 556The default value can be set on a host-by-host basis in the
557configuration files; see the 557configuration files; see the
558.Cm Compress 558.Cm Compression
559option below. 559option below.
560.It Fl L Ar port:host:hostport 560.It Fl L Ar port:host:hostport
561Specifies that the given port on the local (client) host is to be 561Specifies that the given port on the local (client) host is to be