summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-07-15 16:57:22 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-07-15 16:57:22 +0000
commited8d2667115f52ae87f7ad759937bfa787df0006 (patch)
tree2954ec1b36e84c7300d59cd5300ba85b4eff807d
parent50fa6d57f09d13c546ecdb7137f8b1e8082b56ab (diff)
-d will not fork; ok markus@
-rw-r--r--usr.bin/ssh/ssh-agent.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1
index 0aecfc0f062..a0ca19d4f89 100644
--- a/usr.bin/ssh/ssh-agent.1
+++ b/usr.bin/ssh/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 <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, 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.