From fe883543bece18c975fa53aa02104f0433645d99 Mon Sep 17 00:00:00 2001 From: "jmc@openbsd.org" Date: Mon, 5 May 2025 05:47:28 +0000 Subject: [PATCH] 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 .\" Copyright (c) 1995 Tatu Ylonen , 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. -- 2.47.3