diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-agent.1 | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -6,6 +6,9 @@ | |||
6 | - markus@cvs.openbsd.org 2001/07/15 16:17:08 | 6 | - markus@cvs.openbsd.org 2001/07/15 16:17:08 |
7 | [serverloop.c] | 7 | [serverloop.c] |
8 | schedule client alive for ssh2 only, greg@cheers.bungi.com | 8 | schedule client alive for ssh2 only, greg@cheers.bungi.com |
9 | - stevesk@cvs.openbsd.org 2001/07/15 16:57:21 | ||
10 | [ssh-agent.1] | ||
11 | -d will not fork; ok markus@ | ||
9 | 12 | ||
10 | 20010715 | 13 | 20010715 |
11 | - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by | 14 | - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by |
@@ -6045,4 +6048,4 @@ | |||
6045 | - Wrote replacements for strlcpy and mkdtemp | 6048 | - Wrote replacements for strlcpy and mkdtemp |
6046 | - Released 1.0pre1 | 6049 | - Released 1.0pre1 |
6047 | 6050 | ||
6048 | $Id: ChangeLog,v 1.1405 2001/07/18 15:48:57 mouring Exp $ | 6051 | $Id: ChangeLog,v 1.1406 2001/07/18 15:51:00 mouring Exp $ |
diff --git a/ssh-agent.1 b/ssh-agent.1 index 0aecfc0f0..a0ca19d4f 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-agent.1,v 1.25 2001/06/26 04:07:06 markus Exp $ | 1 | .\" $OpenBSD: ssh-agent.1,v 1.26 2001/07/15 16:57:21 stevesk Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -85,7 +85,7 @@ environment variable). | |||
85 | .It Fl d | 85 | .It Fl d |
86 | Debug mode. When this option is specified | 86 | Debug mode. When this option is specified |
87 | .Nm | 87 | .Nm |
88 | will fork. | 88 | will not fork. |
89 | .El | 89 | .El |
90 | .Pp | 90 | .Pp |
91 | If a commandline is given, this is executed as a subprocess of the agent. | 91 | If a commandline is given, this is executed as a subprocess of the agent. |