URI: 
       tdocument new name - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 24a8494837007e60ee83ea83d702a229dfa8c0e2
   DIR parent 7231a42da14180fb1a5541085b62bcfe8a6ff4e6
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 21 Mar 2005 17:27:51 +0000
       
       document new name
       
       Diffstat:
         M man/man1/ssh-agent.1                |      11 ++++++++---
       
       1 file changed, 8 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/man/man1/ssh-agent.1 b/man/man1/ssh-agent.1
       t@@ -29,10 +29,15 @@ to authenticate to remote systems using RSA or DSA keys.
        .I Ssh
        accesses
        .I ssh-agent
       -via a Unix socket posted in a private subdirectory of
       -.B /tmp .
       +via a Unix socket named
       +.B ssh-agent.socket
       +in the name space directory
       +(see
       +.IR intro (4)).
       +Note that although the socket is posted in the name space
       +directory, it is not for 9P conversations.
        .I Ssh
       -expects this socket to be in the environment as
       +expects the name of this socket to be in the environment as
        .BR $SSH_AGENT_SOCK ,
        and expects the agent to be running with process id
        .BR $SSH_AGENT_PID .