diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2001-04-22 08:13:31 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2001-04-22 08:13:31 +0000 |
commit | 239ba6d8bfbb75dad5107466d06a682233193af0 (patch) | |
tree | 6c441715b4cb192d0fb48279c55899b62bbeca45 /usr.bin | |
parent | c29dfd152e226965c46e98e6fa3bf6407e6a07c6 (diff) |
typos spotted by stevesk@; ok deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index db894af9bc9..1ac3095d78e 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.104 2001/04/20 07:17:51 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.105 2001/04/22 08:13:30 djm Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -261,7 +261,7 @@ of .Ss Escape Characters .Pp When a pseudo terminal has been requested, ssh supports a number of functions -through the use of an escape charater. +through the use of an escape character. .Pp A single tilde character can be sent as .Ic ~~ @@ -290,8 +290,8 @@ to terminate (this does not currently work for SSH protocol version 2) .It Cm ~? Display a list of escape characters .It Cm ~R -Request rekeying of connection (only useful for SSH protocol version 2 and if -the peer supports it) +Request rekeying of the connection (only useful for SSH protocol version 2 +and if the peer supports it) .El .Pp .Ss X11 and TCP forwarding |