[ssh.1]
     escape chars are below now
This commit is contained in:
Ben Lindstrom 2001-07-22 20:41:59 +00:00
parent 3fdf876107
commit 660076925e
2 changed files with 6 additions and 3 deletions

View File

@ -11,6 +11,9 @@
- stevesk@cvs.openbsd.org 2001/07/18 21:40:40 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40
[ssh-agent.c] [ssh-agent.c]
chdir("/") from bbraun@synack.net; ok markus@ chdir("/") from bbraun@synack.net; ok markus@
- stevesk@cvs.openbsd.org 2001/07/19 00:41:44
[ssh.1]
escape chars are below now
20010719 20010719
- (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS. - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
@ -6084,4 +6087,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1418 2001/07/22 20:40:24 mouring Exp $ $Id: ChangeLog,v 1.1419 2001/07/22 20:41:59 mouring Exp $

4
ssh.1
View File

@ -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.118 2001/06/26 17:25:34 markus Exp $ .\" $OpenBSD: ssh.1,v 1.119 2001/07/19 00:41:44 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -273,7 +273,7 @@ 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 ~~
(or by following the tilde by a character other than those described above). or by following the tilde by a character other than those described below.
The escape character must always follow a newline to be interpreted as The escape character must always follow a newline to be interpreted as
special. special.
The escape character can be changed in configuration files using the The escape character can be changed in configuration files using the