diff options
author | 2003-03-28 10:11:43 +0000 | |
---|---|---|
committer | 2003-03-28 10:11:43 +0000 | |
commit | 013835849fb4df0d9b4077a11e7437f62ec92dd2 (patch) | |
tree | 010cabeae22af4cf2f52ed4d8dbbc0400cb92233 /usr.bin/ssh/ssh-agent.1 | |
parent | little cleanup; (diff) | |
download | wireguard-openbsd-013835849fb4df0d9b4077a11e7437f62ec92dd2.tar.xz wireguard-openbsd-013835849fb4df0d9b4077a11e7437f62ec92dd2.zip |
- killed whitespace
- new sentence new line
- .Bk for arguments
ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index 98f9dc80dd6..fde4608bbb5 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.36 2003/01/21 18:14:36 marc Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.37 2003/03/28 10:11:43 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -88,7 +88,7 @@ Kill the current agent (given by the .Ev SSH_AGENT_PID environment variable). .It Fl t Ar life -Set a default value for the maximum lifetime of identities added to the agent. +Set a default value for the maximum lifetime of identities added to the agent. The lifetime may be specified in seconds or in a time format specified in .Xr sshd 8 . A lifetime specified for an identity with @@ -96,7 +96,8 @@ A lifetime specified for an identity with overrides this value. Without this option the default maximum lifetime is forever. .It Fl d -Debug mode. When this option is specified +Debug mode. +When this option is specified .Nm will not fork. .El |