- djm@cvs.openbsd.org 2001/04/22 08:13:30
[ssh.1] typos spotted by stevesk@; ok deraadt@
This commit is contained in:
parent
8376ac354a
commit
f8d245756b
|
@ -6,6 +6,9 @@
|
||||||
- mouring@cvs.openbsd.org 2001/04/21 00:55:57
|
- mouring@cvs.openbsd.org 2001/04/21 00:55:57
|
||||||
[sftp.1]
|
[sftp.1]
|
||||||
Spelling
|
Spelling
|
||||||
|
- djm@cvs.openbsd.org 2001/04/22 08:13:30
|
||||||
|
[ssh.1]
|
||||||
|
typos spotted by stevesk@; ok deraadt@
|
||||||
|
|
||||||
20010421
|
20010421
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5209,4 +5212,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1154 2001/04/22 17:10:11 mouring Exp $
|
$Id: ChangeLog,v 1.1155 2001/04/22 17:11:56 mouring Exp $
|
||||||
|
|
8
ssh.1
8
ssh.1
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -261,7 +261,7 @@ of
|
||||||
.Ss Escape Characters
|
.Ss Escape Characters
|
||||||
.Pp
|
.Pp
|
||||||
When a pseudo terminal has been requested, ssh supports a number of functions
|
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
|
.Pp
|
||||||
A single tilde character can be sent as
|
A single tilde character can be sent as
|
||||||
.Ic ~~
|
.Ic ~~
|
||||||
|
@ -290,8 +290,8 @@ to terminate (this does not currently work for SSH protocol version 2)
|
||||||
.It Cm ~?
|
.It Cm ~?
|
||||||
Display a list of escape characters
|
Display a list of escape characters
|
||||||
.It Cm ~R
|
.It Cm ~R
|
||||||
Request rekeying of connection (only useful for SSH protocol version 2 and if
|
Request rekeying of the connection (only useful for SSH protocol version 2
|
||||||
the peer supports it)
|
and if the peer supports it)
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.Ss X11 and TCP forwarding
|
.Ss X11 and TCP forwarding
|
||||||
|
|
Loading…
Reference in New Issue