[openssh-commits] [openssh] 01/02: Avoid lines >80 chars. From jmc@
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Aug 3 21:03:52 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 0fd3f62eddc7cf54dcc9053be6f58998f3eb926a
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Aug 3 21:02:33 2021 +1000
Avoid lines >80 chars. From jmc@
---
ssh-agent.1 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ssh-agent.1 b/ssh-agent.1
index 2cf46160..ed8c8709 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list