diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-23 02:35:25 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-23 02:35:25 +0200 |
commit | 959de99aa0efdb6cd1c02294c3890f8bf7eab86e (patch) | |
tree | 6287db005259b1767f31ca24a1c70ad6bb403346 /ssh-agent.1 | |
parent | - stevesk@cvs.openbsd.org 2002/06/22 16:41:57 (diff) | |
download | openssh-959de99aa0efdb6cd1c02294c3890f8bf7eab86e.tar.xz openssh-959de99aa0efdb6cd1c02294c3890f8bf7eab86e.zip |
- stevesk@cvs.openbsd.org 2002/06/22 16:45:29
[ssh-agent.1 sshd.8 sshd_config.5]
use process ID vs. pid/PID/process identifier
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index e5ea1e325..e1a30cb1f 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.33 2002/06/19 00:27:55 deraadt Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.34 2002/06/22 16:45:29 stevesk Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -151,7 +151,7 @@ user. .Pp The .Ev SSH_AGENT_PID -environment variable holds the agent's PID. +environment variable holds the agent's process ID. .Pp The agent exits automatically when the command given on the command line terminates. |