diff options
author | 2002-06-22 02:00:29 +0000 | |
---|---|---|
committer | 2002-06-22 02:00:29 +0000 | |
commit | 72f800b61cc20e24d4a34d660abc66a13375a47c (patch) | |
tree | 1ab08b7e769c3b83415f01ae70206431680d6958 /usr.bin/ssh/ssh.h | |
parent | Use strtok_r() instead of strsep() since the latter treats consecutive (diff) | |
download | wireguard-openbsd-72f800b61cc20e24d4a34d660abc66a13375a47c.tar.xz wireguard-openbsd-72f800b61cc20e24d4a34d660abc66a13375a47c.zip |
correct comment
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 54c2988eafe..66b8590d1e1 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -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> @@ -51,8 +51,8 @@ #define SSH_SERVICE_NAME "ssh" /* - * 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" |