From 241b0041e5ac26c32056ce59da38a4c3706f7a49 Mon Sep 17 00:00:00 2001 From: djm Date: Tue, 19 Feb 2002 04:19:42 +0000 Subject: [PATCH] - 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 --- ChangeLog | 8 ++++++++ ssh-keyscan.1 | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 869a2550..afd14d0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +20020219 + - (djm) OpenBSD CVS Sync + - 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 + 20020218 - (tim) newer config.guess from ftp://ftp.gnu.org/gnu/config/config.guess diff --git a/ssh-keyscan.1 b/ssh-keyscan.1 index 8a6ee139..2f33ddf2 100644 --- a/ssh-keyscan.1 +++ b/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 . .\" @@ -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 -- 2.45.1