summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-19 15:19:42 +1100
committerDamien Miller <djm@mindrot.org>2002-02-19 15:19:42 +1100
commit7af3d10588830daeb31f1d53663df95bad26356c (patch)
tree686e2e8d0d5735a70a4ac53a46c29db00f441063
parent92c1fc41fec1b40bcac3f7da025bd919004bc195 (diff)
- mpech@cvs.openbsd.org 2002/02/13 08:33:47
[ssh-keyscan.1] When you give command examples and etc., in a manual page prefix them with: $ command or # command
-rw-r--r--ChangeLog10
-rw-r--r--ssh-keyscan.16
2 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 02f5735dc..723926852 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
120020219
2 - (djm) OpenBSD CVS Sync
3 - mpech@cvs.openbsd.org 2002/02/13 08:33:47
4 [ssh-keyscan.1]
5 When you give command examples and etc., in a manual page prefix them with: $ command
6 or
7 # command
8
120020218 920020218
2 - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess 10 - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess
3 11
@@ -7594,4 +7602,4 @@
7594 - Wrote replacements for strlcpy and mkdtemp 7602 - Wrote replacements for strlcpy and mkdtemp
7595 - Released 1.0pre1 7603 - Released 1.0pre1
7596 7604
7597$Id: ChangeLog,v 1.1854 2002/02/18 23:18:56 tim Exp $ 7605$Id: ChangeLog,v 1.1855 2002/02/19 04:19:42 djm Exp $
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 8a6ee1390..2f33ddf20 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keyscan.1,v 1.13 2002/02/09 17:37:34 deraadt Exp $ 1.\" $OpenBSD: ssh-keyscan.1,v 1.14 2002/02/13 08:33:47 mpech Exp $
2.\" 2.\"
3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4.\" 4.\"
@@ -104,7 +104,7 @@ Print the
104host key for machine 104host key for machine
105.Pa hostname : 105.Pa hostname :
106.Bd -literal 106.Bd -literal
107ssh-keyscan hostname 107$ ssh-keyscan hostname
108.Ed 108.Ed
109.Pp 109.Pp
110Find all hosts from the file 110Find all hosts from the file
@@ -112,7 +112,7 @@ Find all hosts from the file
112which have new or different keys from those in the sorted file 112which have new or different keys from those in the sorted file
113.Pa ssh_known_hosts : 113.Pa ssh_known_hosts :
114.Bd -literal 114.Bd -literal
115ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\ 115$ ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\
116 sort -u - ssh_known_hosts | diff ssh_known_hosts - 116 sort -u - ssh_known_hosts | diff ssh_known_hosts -
117.Ed 117.Ed
118.Sh FILES 118.Sh FILES