diff --git a/ChangeLog b/ChangeLog index 12209e1fe..3d176075b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ - markus@cvs.openbsd.org 2001/07/15 16:17:08 [serverloop.c] schedule client alive for ssh2 only, greg@cheers.bungi.com + - stevesk@cvs.openbsd.org 2001/07/15 16:57:21 + [ssh-agent.1] + -d will not fork; ok markus@ 20010715 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by @@ -6045,4 +6048,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1405 2001/07/18 15:48:57 mouring Exp $ +$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 @@ -.\" $OpenBSD: ssh-agent.1,v 1.25 2001/06/26 04:07:06 markus Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.26 2001/07/15 16:57:21 stevesk Exp $ .\" .\" Author: Tatu Ylonen .\" Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -85,7 +85,7 @@ environment variable). .It Fl d Debug mode. When this option is specified .Nm -will fork. +will not fork. .El .Pp If a commandline is given, this is executed as a subprocess of the agent.