diff options
author | 2002-06-22 16:45:29 +0000 | |
---|---|---|
committer | 2002-06-22 16:45:29 +0000 | |
commit | 937a9f17aac83d9f11c597674d9fd20a47edfa5d (patch) | |
tree | 8e82bd91cc071005221c07551fc13a21dd9390eb /usr.bin/ssh/ssh-agent.1 | |
parent | typo (diff) | |
download | wireguard-openbsd-937a9f17aac83d9f11c597674d9fd20a47edfa5d.tar.xz wireguard-openbsd-937a9f17aac83d9f11c597674d9fd20a47edfa5d.zip |
use process ID vs. pid/PID/process identifier
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index e5ea1e32558..e1a30cb1f2c 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/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. |