summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.1
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2002-06-22 16:45:29 +0000
committerstevesk <stevesk@openbsd.org>2002-06-22 16:45:29 +0000
commit937a9f17aac83d9f11c597674d9fd20a47edfa5d (patch)
tree8e82bd91cc071005221c07551fc13a21dd9390eb /usr.bin/ssh/ssh-agent.1
parenttypo (diff)
downloadwireguard-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.14
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.