diff options
author | 2002-01-29 16:41:19 +0000 | |
---|---|---|
committer | 2002-01-29 16:41:19 +0000 | |
commit | 67e68e638621ff3d0765ca5ef5a209f39d307282 (patch) | |
tree | 4c3500147cf0341eb15b8830e48e569b6959fb41 | |
parent | limit subsystem length in log; ok markus@ (diff) | |
download | wireguard-openbsd-67e68e638621ff3d0765ca5ef5a209f39d307282.tar.xz wireguard-openbsd-67e68e638621ff3d0765ca5ef5a209f39d307282.zip |
add DIAGNOSTICS; ok stevesk@
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 7 |
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. |