summaryrefslogtreecommitdiff
path: root/ssh-keyscan.1
diff options
context:
space:
mode:
authorsobrado@openbsd.org <sobrado@openbsd.org>2014-08-30 15:33:50 +0000
committerDamien Miller <djm@mindrot.org>2014-10-13 11:37:32 +1100
commitf70b22bcdd52f6bf127047b3584371e6e5d45627 (patch)
tree94b5af4cb57abf4e5c5a832a16cb0fdf4fd2d75c /ssh-keyscan.1
parent7df8818409c752cf3f0c3f8044fe9aebed8647bd (diff)
downloadopenssh-git-f70b22bcdd52f6bf127047b3584371e6e5d45627.tar.gz
upstream commit
improve capitalization for the Ed25519 public-key signature system. ok djm@
Diffstat (limited to 'ssh-keyscan.1')
-rw-r--r--ssh-keyscan.16
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 5c32ea9c..6bbc480c 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keyscan.1,v 1.35 2014/03/12 13:06:59 naddy Exp $
+.\" $OpenBSD: ssh-keyscan.1,v 1.36 2014/08/30 15:33:50 sobrado Exp $
.\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\"
@@ -6,7 +6,7 @@
.\" permitted provided that due credit is given to the author and the
.\" OpenBSD project by leaving this copyright notice intact.
.\"
-.Dd $Mdocdate: March 12 2014 $
+.Dd $Mdocdate: August 30 2014 $
.Dt SSH-KEYSCAN 1
.Os
.Sh NAME
@@ -130,7 +130,7 @@ Output format for RSA1 keys:
host-or-namelist bits exponent modulus
.Ed
.Pp
-Output format for RSA, DSA, ECDSA, and ED25519 keys:
+Output format for RSA, DSA, ECDSA, and Ed25519 keys:
.Bd -literal
host-or-namelist keytype base64-encoded-key
.Ed