summaryrefslogtreecommitdiff
path: root/ssh-keyscan.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-25 05:08:11 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-25 05:08:11 +0000
commit2464322d7ee41dcd8beee12903775f7f2a80a164 (patch)
tree211b60ad7793b335208f5e53d9cf97c6725f558d /ssh-keyscan.1
parente586c4ce3f4af32ef9eed72344f0fc7f43b9e58a (diff)
downloadopenssh-git-2464322d7ee41dcd8beee12903775f7f2a80a164.tar.gz
- itojun@cvs.openbsd.org 2001/06/23 17:48:18
[sftp.1 ssh.1 sshd.8 ssh-keyscan.1] kill whitespace at EOL.
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r--ssh-keyscan.18
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 5f86f275..328d95ab 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keyscan.1,v 1.7 2001/06/22 10:17:51 mpech Exp $
+.\" $OpenBSD: ssh-keyscan.1,v 1.8 2001/06/23 17:48:18 itojun Exp $
.\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\"
@@ -47,21 +47,21 @@ have begun after you created your ssh_known_hosts file.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl t
-Set the timeout for connection attempts. If
+Set the timeout for connection attempts. If
.Pa timeout
seconds have elapsed since a connection was initiated to a host or since the
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 f
-Read hosts or
+Read hosts or
.Pa addrlist namelist
pairs from this file, one per line.
If
.Pa -
is supplied instead of a filename,
.Nm
-will read hosts or
+will read hosts or
.Pa addrlist namelist
pairs from the standard input.
.El