diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-08-03 13:02:33 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-08-03 13:02:33 +0200 |
commit | 0fd3f62eddc7cf54dcc9053be6f58998f3eb926a (patch) | |
tree | c9ab2864a2ac93b37d85ec2bc5cb53b765d3d297 /ssh-agent.1 | |
parent | upstream: regression tests for scp SFTP protocol support; mostly by (diff) | |
download | openssh-0fd3f62eddc7cf54dcc9053be6f58998f3eb926a.tar.xz openssh-0fd3f62eddc7cf54dcc9053be6f58998f3eb926a.zip |
Avoid lines >80 chars. From jmc@
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index 2cf46160b..ed8c87096 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -157,7 +157,8 @@ which in turn can be evaluated in the calling shell, for example .Pp In both cases, .Xr ssh 1 -looks at these environment variables and uses them to establish a connection to the agent. +looks at these environment variables +and uses them to establish a connection to the agent. .Pp The agent initially does not have any private keys. Keys are added using |