diff options
author | djm <djm> | 2006-07-24 04:04:53 +0000 |
---|---|---|
committer | djm <djm> | 2006-07-24 04:04:53 +0000 |
commit | 47273de37044e2eae69150cf71e1b866127349f1 (patch) | |
tree | 604f208d1c1a95191231bdaa42419505dd0332a1 /ssh-agent.1 | |
parent | 6e2374230cb1749e02e6630ca90634a7318992d2 (diff) | |
download | openssh-47273de37044e2eae69150cf71e1b866127349f1.tar.gz |
- jmc@cvs.openbsd.org 2006/07/18 08:03:09
[ssh-agent.1 sshd_config.5]
mark up angle brackets;
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index fd6bd3f6..f1b87779 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.43 2005/11/28 06:02:56 dtucker Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.44 2006/07/18 08:03:09 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -70,7 +70,7 @@ The options are as follows: Bind the agent to the unix-domain socket .Ar bind_address . The default is -.Pa /tmp/ssh-XXXXXXXXXX/agent.<ppid> . +.Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt . .It Fl c Generate C-shell commands on .Dv stdout . @@ -185,7 +185,7 @@ Contains the protocol version 1 RSA authentication identity of the user. Contains the protocol version 2 DSA authentication identity of the user. .It Pa ~/.ssh/id_rsa Contains the protocol version 2 RSA authentication identity of the user. -.It Pa /tmp/ssh-XXXXXXXXXX/agent.<ppid> +.It Pa /tmp/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt Unix-domain sockets used to contain the connection to the authentication agent. These sockets should only be readable by the owner. |