diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 17:12:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 17:12:52 +0000 |
| commit | 7aee6ffee0748c4c6bd9d11bb2a90c7531244d63 (patch) | |
| tree | 927d2417c80c4c448ee45c25269ecab7af8f482e /crypto/openssh/ssh-agent.1 | |
| parent | a45bff047cd880a268962395477bee8c982f51ba (diff) | |
| parent | e5e752b5a70a672df97b5d7ca5c1e58c87a27234 (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/ssh-agent.1')
| -rw-r--r-- | crypto/openssh/ssh-agent.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/openssh/ssh-agent.1 b/crypto/openssh/ssh-agent.1 index 7ce9dc2ba709..bc389009a2dd 100644 --- a/crypto/openssh/ssh-agent.1 +++ b/crypto/openssh/ssh-agent.1 @@ -1,4 +1,5 @@ -.\" $OpenBSD: ssh-agent.1,v 1.46 2007/09/09 11:38:01 sobrado Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.47 2009/03/26 08:38:39 sobrado Exp $ +.\" $FreeBSD$ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -34,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd June 5 2007 +.Dd March 26 2009 .Dt SSH-AGENT 1 .Os .Sh NAME @@ -141,7 +142,7 @@ The second is that the agent prints the needed shell commands (either .Xr sh 1 or .Xr csh 1 -syntax can be generated) which can be evalled in the calling shell, eg +syntax can be generated) which can be evaluated in the calling shell, eg .Cm eval `ssh-agent -s` for Bourne-type shells such as .Xr sh 1 |
