summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-01-29 16:41:20 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-01-29 16:41:20 +0000
commitab3641d7a99c68b35a912c4e29fabed99555e0c4 (patch)
treeeb54b697e8745cfb3fa996e2bb6d381d12499341 /usr.bin/ssh
parentfb4f050aeaef86db16b9df2b58730804118d7e1f (diff)
add DIAGNOSTICS; ok stevesk@
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/ssh-add.17
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1
index ef60d0204a6..c7829520907 100644
--- a/usr.bin/ssh/ssh-add.1
+++ b/usr.bin/ssh/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.28 2001/12/21 10:06:43 djm Exp $
+.\" $OpenBSD: ssh-add.1,v 1.29 2002/01/29 16:41:19 markus Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -135,6 +135,11 @@ may be necessary to redirect the input from
.Pa /dev/null
to make this work.)
.El
+.Sh DIAGNOSTICS
+Exit status is 0 on success, 1 if the specified command fails,
+and 2 if
+.Nm
+is unable to contact the authentication agent.
.Sh AUTHORS
OpenSSH is a derivative of the original and free
ssh 1.2.12 release by Tatu Ylonen.