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 4a001ea35..9a83018c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@
26 [sshd.c] 26 [sshd.c]
27 end request with 0, not NULL 27 end request with 0, not NULL
28 ok markus@ 28 ok markus@
29 - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
30 [ssh-agent.1]
31 fix usage; ok markus@
29 32
3020010815 3320010815
31 - (bal) Fixed stray code in readconf.c that went in by mistake. 34 - (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6349,4 +6352,4 @@
6349 - Wrote replacements for strlcpy and mkdtemp 6352 - Wrote replacements for strlcpy and mkdtemp
6350 - Released 1.0pre1 6353 - Released 1.0pre1
6351 6354
6352$Id: ChangeLog,v 1.1492 2001/09/12 16:58:04 mouring Exp $ 6355$Id: ChangeLog,v 1.1493 2001/09/12 17:02:49 mouring Exp $
diff --git a/ssh-agent.1 b/ssh-agent.1
index a0ca19d4f..1ca33260f 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.26 2001/07/15 16:57:21 stevesk Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.27 2001/08/23 18:02:48 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
@@ -42,14 +42,12 @@
42.Nd authentication agent 42.Nd authentication agent
43.Sh SYNOPSIS 43.Sh SYNOPSIS
44.Nm ssh-agent 44.Nm ssh-agent
45.Ar command
46.Ar args ...
47.Nm ssh-agent
48.Op Fl c Li | Fl s 45.Op Fl c Li | Fl s
46.Op Fl d
47.Op Ar command Op Ar args ...
49.Nm ssh-agent 48.Nm ssh-agent
49.Op Fl c Li | Fl s
50.Fl k 50.Fl k
51.Nm ssh-agent
52.Fl d
53.Sh DESCRIPTION 51.Sh DESCRIPTION
54.Nm 52.Nm
55is a program to hold private keys used for public key authentication 53is a program to hold private keys used for public key authentication