diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 8 |
2 files changed, 8 insertions, 5 deletions
@@ -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 | ||
10 | 20010421 | 13 | 20010421 |
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 $ |
@@ -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 |
263 | When a pseudo terminal has been requested, ssh supports a number of functions | 263 | When a pseudo terminal has been requested, ssh supports a number of functions |
264 | through the use of an escape charater. | 264 | through the use of an escape character. |
265 | .Pp | 265 | .Pp |
266 | A single tilde character can be sent as | 266 | A 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 ~? |
291 | Display a list of escape characters | 291 | Display a list of escape characters |
292 | .It Cm ~R | 292 | .It Cm ~R |
293 | Request rekeying of connection (only useful for SSH protocol version 2 and if | 293 | Request rekeying of the connection (only useful for SSH protocol version 2 |
294 | the peer supports it) | 294 | and 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 |