diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-08-23 18:09:00 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-08-23 18:09:00 +0000 |
commit | f0d3ab5d7c07f1b3cae581e4714d106fcc9d5a51 (patch) | |
tree | e532db3cdcf5c98102d6f1b851196e060f912f78 /usr.bin | |
parent | c4e6dab587a4d829cf24babd3eeab0e026572168 (diff) |
minor cleanup
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index e906c912f89..b842080d632 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.26 2001/08/03 10:31:19 jakob Exp $ +.\" $OpenBSD: ssh-add.1,v 1.27 2001/08/23 18:08:59 stevesk Exp $ .\" .\" -*- nroff -*- .\" @@ -42,7 +42,7 @@ .Os .Sh NAME .Nm ssh-add -.Nd adds RSA or DSA identities for the authentication agent +.Nd adds RSA or DSA identities to the authentication agent .Sh SYNOPSIS .Nm ssh-add .Op Fl lLdD diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1 index b348bc25229..1a358b3386a 100644 --- a/usr.bin/ssh/ssh-keyscan.1 +++ b/usr.bin/ssh/ssh-keyscan.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keyscan.1,v 1.10 2001/08/05 23:18:20 markus Exp $ +.\" $OpenBSD: ssh-keyscan.1,v 1.11 2001/08/23 18:08:59 stevesk Exp $ .\" .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. .\" @@ -43,7 +43,7 @@ The options are as follows: .Bl -tag -width Ds .It Fl p Ar port Port to connect to on the remote host. -.It Fl T +.It Fl T Ar timeout Set the timeout for connection attempts. If .Pa timeout seconds have elapsed since a connection was initiated to a host or since the @@ -51,7 +51,7 @@ last time anything was read from that host, then the connection is closed and the host in question considered unavailable. Default is 5 seconds. .It Fl t Ar type -Specifies the type of the key to fetch from the following hosts. +Specifies the type of the key to fetch from the scanned hosts. The possible values are .Dq rsa1 for protocol version 1 and |