diff options
author | 2001-09-05 06:23:01 +0000 | |
---|---|---|
committer | 2001-09-05 06:23:01 +0000 | |
commit | 8e2288512fe20137105ce6a97a3c8c379f665e07 (patch) | |
tree | 31745622c03f775ef8d5255fc117a0ad92ae1fc1 /usr.bin/ssh/ssh-agent.1 | |
parent | add ich3 (diff) | |
download | wireguard-openbsd-8e2288512fe20137105ce6a97a3c8c379f665e07.tar.xz wireguard-openbsd-8e2288512fe20137105ce6a97a3c8c379f665e07.zip |
avoid first person in manual pages
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 1ca33260fe1..00c19921caa 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.27 2001/08/23 18:02:48 stevesk Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.28 2001/09/05 06:23:07 deraadt Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -116,9 +116,9 @@ remote logins, and the user can thus use the privileges given by the identities anywhere in the network in a secure way. .Pp There are two main ways to get an agent setup: -Either you let the agent -start a new subcommand into which some environment variables are exported, or -you let the agent print the needed shell commands (either +Either the agent starts a new subcommand into which some environment +variables are exported, or the agent prints the needed shell commands +(either .Xr sh 1 or .Xr csh 1 |