diff options
author | 2002-06-05 16:35:45 +0000 | |
---|---|---|
committer | 2002-06-05 16:35:45 +0000 | |
commit | a41749d1440036d7901094e77eaa58f68004f9f0 (patch) | |
tree | 51bfccf0a193629f7dc27c77d3c6535c37094d93 | |
parent | Remove all uses of setprogname() and getprogname() in kerberosV subtree. (diff) | |
download | wireguard-openbsd-a41749d1440036d7901094e77eaa58f68004f9f0.tar.xz wireguard-openbsd-a41749d1440036d7901094e77eaa58f68004f9f0.zip |
mention $SSH_AUTH_SOCK; dave@ugc.org.uk
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 41d5def6ff1..163fc45edff 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.30 2002/02/04 20:41:16 stevesk Exp $ +.\" $OpenBSD: ssh-add.1,v 1.31 2002/06/05 16:35:45 markus Exp $ .\" .\" -*- nroff -*- .\" @@ -129,6 +129,9 @@ or related script. may be necessary to redirect the input from .Pa /dev/null to make this work.) +.It Ev SSH_AUTH_SOCK +Identifies the path of a unix-domain socket used to communicate with the +agent. .El .Sh DIAGNOSTICS Exit status is 0 on success, 1 if the specified command fails, |