diff options
| author | 2014-08-30 15:33:50 +0000 | |
|---|---|---|
| committer | 2014-08-30 15:33:50 +0000 | |
| commit | a822d10d92bd966a0c5b95260c0d2a3dae731c05 (patch) | |
| tree | 0e307260e78e2f6686b2b62a209e8c79e37aa0a0 /usr.bin/ssh/ssh-keyscan.1 | |
| parent | Move the callback function pointer outside the opt union so that the option (diff) | |
| download | wireguard-openbsd-a822d10d92bd966a0c5b95260c0d2a3dae731c05.tar.xz wireguard-openbsd-a822d10d92bd966a0c5b95260c0d2a3dae731c05.zip | |
improve capitalization for the Ed25519 public-key signature system.
ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.1')
| -rw-r--r-- | usr.bin/ssh/ssh-keyscan.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.1 b/usr.bin/ssh/ssh-keyscan.1 index 5c32ea9c704..6bbc480cd5c 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.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 |
