diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -11,6 +11,9 @@ | |||
11 | - stevesk@cvs.openbsd.org 2001/07/18 21:40:40 | 11 | - stevesk@cvs.openbsd.org 2001/07/18 21:40:40 |
12 | [ssh-agent.c] | 12 | [ssh-agent.c] |
13 | chdir("/") from bbraun@synack.net; ok markus@ | 13 | chdir("/") from bbraun@synack.net; ok markus@ |
14 | - stevesk@cvs.openbsd.org 2001/07/19 00:41:44 | ||
15 | [ssh.1] | ||
16 | escape chars are below now | ||
14 | 17 | ||
15 | 20010719 | 18 | 20010719 |
16 | - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS. | 19 | - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS. |
@@ -6084,4 +6087,4 @@ | |||
6084 | - Wrote replacements for strlcpy and mkdtemp | 6087 | - Wrote replacements for strlcpy and mkdtemp |
6085 | - Released 1.0pre1 | 6088 | - Released 1.0pre1 |
6086 | 6089 | ||
6087 | $Id: ChangeLog,v 1.1418 2001/07/22 20:40:24 mouring Exp $ | 6090 | $Id: ChangeLog,v 1.1419 2001/07/22 20:41:59 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.118 2001/06/26 17:25:34 markus Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.119 2001/07/19 00:41:44 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -273,7 +273,7 @@ through the use of an escape character. | |||
273 | .Pp | 273 | .Pp |
274 | A single tilde character can be sent as | 274 | A single tilde character can be sent as |
275 | .Ic ~~ | 275 | .Ic ~~ |
276 | (or by following the tilde by a character other than those described above). | 276 | or by following the tilde by a character other than those described below. |
277 | The escape character must always follow a newline to be interpreted as | 277 | The escape character must always follow a newline to be interpreted as |
278 | special. | 278 | special. |
279 | The escape character can be changed in configuration files using the | 279 | The escape character can be changed in configuration files using the |