diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-11-15 20:09:02 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-11-15 20:09:02 +0000 |
commit | 156d424f3764a5155e6e2fb670466ce1fc3c1208 (patch) | |
tree | 2837ece142ffc0f230c1827df00aca2d6f905868 /usr.bin/ssh | |
parent | b242a000586aeef1118d824d212752f2220fd979 (diff) |
typo, use .It
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index ab6c66787dc..3ee5074b648 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.18 2000/11/15 19:55:29 markus Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.19 2000/11/15 20:09:01 markus Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -154,7 +154,7 @@ but is normally added to the agent using at login time. .It Pa $HOME/.ssh/id_dsa Contains the DSA authentication identity of the user. -.Pq Pa /tmp/ssh-XXXXXXXX/agent.<pid> , +.It Pa /tmp/ssh-XXXXXXXX/agent.<pid> Unix-domain sockets used to contain the connection to the authentication agent. These sockets should only be readable by the owner. |