diff options
author | 2016-05-03 14:54:08 +0000 | |
---|---|---|
committer | 2016-05-03 14:54:08 +0000 | |
commit | a6699c3b3a14344ad1dc880ac858ac1015db6fa0 (patch) | |
tree | b7e0c41e91adebfae2d8d2d91db39b81bede7245 | |
parent | Stop using a soft-interrupt context to process incoming network packets. (diff) | |
download | wireguard-openbsd-a6699c3b3a14344ad1dc880ac858ac1015db6fa0.tar.xz wireguard-openbsd-a6699c3b3a14344ad1dc880ac858ac1015db6fa0.zip |
make nethack^wrandomart fingerprint flag more readily searchable
pointed out by Matt Johnston
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 37a4fc2b226..c56fa5d44e6 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.130 2016/02/17 07:38:19 jmc Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.131 2016/05/03 14:54:08 djm Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -35,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 17 2016 $ +.Dd $Mdocdate: May 3 2016 $ .Dt SSH-KEYGEN 1 .Os .Sh NAME @@ -389,7 +389,8 @@ For RSA and DSA keys tries to find the matching public key file and prints its fingerprint. If combined with .Fl v , -an ASCII art representation of the key is supplied with the fingerprint. +an visual ASCII art representation of the key is supplied with the +fingerprint. .It Fl M Ar memory Specify the amount of memory to use (in megabytes) when generating candidate moduli for DH-GEX. |