summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-add.17
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b7ad40d2b..daef21f0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,9 @@
39 - stevesk@cvs.openbsd.org 2002/01/29 16:29:02 39 - stevesk@cvs.openbsd.org 2002/01/29 16:29:02
40 [session.c] 40 [session.c]
41 limit subsystem length in log; ok markus@ 41 limit subsystem length in log; ok markus@
42 - markus@cvs.openbsd.org 2002/01/29 16:41:19
43 [ssh-add.1]
44 add DIAGNOSTICS; ok stevesk@
42 45
4320020130 4620020130
44 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ 47 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
@@ -7441,4 +7444,4 @@
7441 - Wrote replacements for strlcpy and mkdtemp 7444 - Wrote replacements for strlcpy and mkdtemp
7442 - Released 1.0pre1 7445 - Released 1.0pre1
7443 7446
7444$Id: ChangeLog,v 1.1809 2002/02/05 01:14:10 djm Exp $ 7447$Id: ChangeLog,v 1.1810 2002/02/05 01:14:41 djm Exp $
diff --git a/ssh-add.1 b/ssh-add.1
index ef60d0204..c78295209 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.28 2001/12/21 10:06:43 djm Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.29 2002/01/29 16:41:19 markus Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -135,6 +135,11 @@ may be necessary to redirect the input from
135.Pa /dev/null 135.Pa /dev/null
136to make this work.) 136to make this work.)
137.El 137.El
138.Sh DIAGNOSTICS
139Exit status is 0 on success, 1 if the specified command fails,
140and 2 if
141.Nm
142is unable to contact the authentication agent.
138.Sh AUTHORS 143.Sh AUTHORS
139OpenSSH is a derivative of the original and free 144OpenSSH is a derivative of the original and free
140ssh 1.2.12 release by Tatu Ylonen. 145ssh 1.2.12 release by Tatu Ylonen.