diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-07 19:18:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-07 19:18:11 +0000 |
commit | 6fdf01f874010c5282043b5b905a2e4bc1e9d368 (patch) | |
tree | e4504054f142c88824a116bbec62f32a5257ac5a | |
parent | e196d37368df8e6de18d4e09417c57c609f42d79 (diff) |
escape `.' to avoid a double space;
-rw-r--r-- | usr.bin/telnet/telnet.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 14574b84344..4cea18f2063 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.35 2003/09/04 22:14:43 jmc Exp $ +.\" $OpenBSD: telnet.1,v 1.36 2003/09/07 19:18:10 jmc Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -197,7 +197,7 @@ If a number is not specified, the default port is used. .El .Pp -When in rlogin mode, a line of the form ~. +When in rlogin mode, a line of the form ~.\& disconnects from the remote host; ~ is the telnet escape character. Similarly, the line ~^Z suspends the telnet session. |