aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-04-17 20:53:12 +0000
committerEd Maste <emaste@FreeBSD.org>2022-04-17 21:43:20 +0000
commiteb45bc6829157b4bd8367a7fac96acc0e740f116 (patch)
treea18fd66c54bb485df559ed9c480aa559b3a668f1
parentb85b9c88eb02298ea7fa3885619f54ac0e930ba4 (diff)
downloadsrc-eb45bc6829157b4bd8367a7fac96acc0e740f116.tar.gz
src-eb45bc6829157b4bd8367a7fac96acc0e740f116.zip
ssh-agent: move -x description to correct spot in man page
MFC after: 3 days Sponsored by: The FreeBSD Foundation
-rw-r--r--crypto/openssh/ssh-agent.14
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/ssh-agent.1 b/crypto/openssh/ssh-agent.1
index 6fc0acb0a608..8844b2eb45e8 100644
--- a/crypto/openssh/ssh-agent.1
+++ b/crypto/openssh/ssh-agent.1
@@ -131,13 +131,13 @@ A lifetime specified for an identity with
.Xr ssh-add 1
overrides this value.
Without this option the default maximum lifetime is forever.
+.It Fl x
+Exit after the last client has disconnected.
.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 x
-Exit after the last client has disconnected.
.El
.Pp
There are two main ways to get an agent set up.