summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-agent.110
2 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a001ea3..9a83018c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@
[sshd.c]
end request with 0, not NULL
ok markus@
+ - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
+ [ssh-agent.1]
+ fix usage; ok markus@
20010815
- (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6349,4 +6352,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1492 2001/09/12 16:58:04 mouring Exp $
+$Id: ChangeLog,v 1.1493 2001/09/12 17:02:49 mouring Exp $
diff --git a/ssh-agent.1 b/ssh-agent.1
index a0ca19d4..1ca33260 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-agent.1,v 1.26 2001/07/15 16:57:21 stevesk Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.27 2001/08/23 18:02:48 stevesk Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -42,14 +42,12 @@
.Nd authentication agent
.Sh SYNOPSIS
.Nm ssh-agent
-.Ar command
-.Ar args ...
-.Nm ssh-agent
.Op Fl c Li | Fl s
+.Op Fl d
+.Op Ar command Op Ar args ...
.Nm ssh-agent
+.Op Fl c Li | Fl s
.Fl k
-.Nm ssh-agent
-.Fl d
.Sh DESCRIPTION
.Nm
is a program to hold private keys used for public key authentication