[openssh-commits] [openssh] 01/05: upstream: - add full stop to the text in -a - move the -U and -u

git+noreply at mindrot.org git+noreply at mindrot.org
Wed May 7 14:22:46 AEST 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit fe883543bece18c975fa53aa02104f0433645d99
Author: jmc at openbsd.org <jmc at openbsd.org>
AuthorDate: Mon May 5 05:47:28 2025 +0000

    upstream: - add full stop to the text in -a - move the -U and -u
    
    text to the correct place
    
    OpenBSD-Commit-ID: 2fb484337a0978c703f61983bb14bc5cbaf898c2
---
 ssh-agent.1 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ssh-agent.1 b/ssh-agent.1
index 3b515ac42..9f56e3efd 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-agent.1,v 1.83 2025/05/05 02:48:06 djm Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.84 2025/05/05 05:47:28 jmc Exp $
 .\"
 .\" Author: Tatu Ylonen <ylo at cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -78,7 +78,7 @@ Bind the agent to the
 socket
 .Ar bind_address .
 The default is to create a socket at a random path matching
-.Pa $HOME/.ssh/agent/s.*
+.Pa $HOME/.ssh/agent/s.* .
 .It Fl c
 Generate C-shell commands on standard output.
 This is the default if
@@ -189,11 +189,6 @@ A lifetime specified for an identity with
 .Xr ssh-add 1
 overrides this value.
 Without this option the default maximum lifetime is forever.
-.It Ar command Op Ar arg ...
-If a command (and optional arguments) is given,
-this is executed as a subprocess of the agent.
-The agent exits automatically when the command given on the command
-line terminates.
 .It Fl U
 Instructs
 .Nm
@@ -208,6 +203,11 @@ and then exit immediately.
 If this option is given twice,
 .Nm
 will delete stale agent sockets regardless of the host name that created them.
+.It Ar command Op Ar arg ...
+If a command (and optional arguments) is given,
+this is executed as a subprocess of the agent.
+The agent exits automatically when the command given on the command
+line terminates.
 .El
 .Pp
 There are three main ways to get an agent set up.

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list