summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan.1
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-02-13 08:33:46 +0000
committermpech <mpech@openbsd.org>2002-02-13 08:33:46 +0000
commit8be0697955efb7c869b61f206ddb353f2e3dd71a (patch)
tree05ba8b765d9ba86fba8d8a09f04b768730e21f27 /usr.bin/ssh/ssh-keyscan.1
parentsync with KAME. (diff)
downloadwireguard-openbsd-8be0697955efb7c869b61f206ddb353f2e3dd71a.tar.xz
wireguard-openbsd-8be0697955efb7c869b61f206ddb353f2e3dd71a.zip
When you give command examples and etc., in a manual page prefix them with:
$ command or # command deraadt@ ok
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.1')
-rw-r--r--usr.bin/ssh/ssh-keyscan.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1
index 8a6ee139037..2f33ddf2068 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.13 2002/02/09 17:37:34 deraadt Exp $
+.\" $OpenBSD: ssh-keyscan.1,v 1.14 2002/02/13 08:33:47 mpech Exp $
.\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\"
@@ -104,7 +104,7 @@ Print the
host key for machine
.Pa hostname :
.Bd -literal
-ssh-keyscan hostname
+$ ssh-keyscan hostname
.Ed
.Pp
Find all hosts from the file
@@ -112,7 +112,7 @@ Find all hosts from the file
which have new or different keys from those in the sorted file
.Pa ssh_known_hosts :
.Bd -literal
-ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\
+$ ssh-keyscan -t rsa,dsa -f ssh_hosts | \e\
sort -u - ssh_known_hosts | diff ssh_known_hosts -
.Ed
.Sh FILES