summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-22 17:11:56 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-22 17:11:56 +0000
commitf8d245756b1637637d305eba1ff9daab3425596e (patch)
tree97e25a912b96597239f5af3e37f7336660283814
parent8376ac354a4b110f7e7a4559bcd661810871f5ae (diff)
- djm@cvs.openbsd.org 2001/04/22 08:13:30
[ssh.1] typos spotted by stevesk@; ok deraadt@
-rw-r--r--ChangeLog5
-rw-r--r--ssh.18
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ac7a4464..af9dab6d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
6 - mouring@cvs.openbsd.org 2001/04/21 00:55:57 6 - mouring@cvs.openbsd.org 2001/04/21 00:55:57
7 [sftp.1] 7 [sftp.1]
8 Spelling 8 Spelling
9 - djm@cvs.openbsd.org 2001/04/22 08:13:30
10 [ssh.1]
11 typos spotted by stevesk@; ok deraadt@
9 12
1020010421 1320010421
11 - OpenBSD CVS Sync 14 - OpenBSD CVS Sync
@@ -5209,4 +5212,4 @@
5209 - Wrote replacements for strlcpy and mkdtemp 5212 - Wrote replacements for strlcpy and mkdtemp
5210 - Released 1.0pre1 5213 - Released 1.0pre1
5211 5214
5212$Id: ChangeLog,v 1.1154 2001/04/22 17:10:11 mouring Exp $ 5215$Id: ChangeLog,v 1.1155 2001/04/22 17:11:56 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index db894af9b..1ac3095d7 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.104 2001/04/20 07:17:51 djm Exp $ 37.\" $OpenBSD: ssh.1,v 1.105 2001/04/22 08:13:30 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -261,7 +261,7 @@ of
261.Ss Escape Characters 261.Ss Escape Characters
262.Pp 262.Pp
263When a pseudo terminal has been requested, ssh supports a number of functions 263When a pseudo terminal has been requested, ssh supports a number of functions
264through the use of an escape charater. 264through the use of an escape character.
265.Pp 265.Pp
266A single tilde character can be sent as 266A single tilde character can be sent as
267.Ic ~~ 267.Ic ~~
@@ -290,8 +290,8 @@ to terminate (this does not currently work for SSH protocol version 2)
290.It Cm ~? 290.It Cm ~?
291Display a list of escape characters 291Display a list of escape characters
292.It Cm ~R 292.It Cm ~R
293Request rekeying of connection (only useful for SSH protocol version 2 and if 293Request rekeying of the connection (only useful for SSH protocol version 2
294the peer supports it) 294and if the peer supports it)
295.El 295.El
296.Pp 296.Pp
297.Ss X11 and TCP forwarding 297.Ss X11 and TCP forwarding