diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-23 02:30:30 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-23 02:30:30 +0200 |
commit | 5590aa5b1ffe03f884741e45208eed645dd6ac1c (patch) | |
tree | 296471e0ee2abfc2aa07f89dcf51f1edd6e1c27b /ssh.h | |
parent | - (bal) add extern char *getopt. Based on report by dtucker@zip.com.au (diff) | |
download | openssh-5590aa5b1ffe03f884741e45208eed645dd6ac1c.tar.xz openssh-5590aa5b1ffe03f884741e45208eed645dd6ac1c.zip |
- OpenBSD CVS Sync
- stevesk@cvs.openbsd.org 2002/06/22 02:00:29
[ssh.h]
correct comment
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.70 2002/06/03 12:04:07 deraadt Exp $ */ +/* $OpenBSD: ssh.h,v 1.71 2002/06/22 02:00:29 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -65,8 +65,8 @@ #endif /* - * Name of the environment variable containing the pathname of the - * authentication socket. + * Name of the environment variable containing the process ID of the + * authentication agent. */ #define SSH_AGENTPID_ENV_NAME "SSH_AGENT_PID" |