diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-02-10 06:40:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-02-10 06:40:49 +0000 |
commit | cfb75d8cccdf33b79fbc8a126c51377225d303e1 (patch) | |
tree | 2a645f6584ef352f51c6ea2c62ee94df60ac6c2c | |
parent | 3a4c0ff3a47c4a20315712a62982ed1283db48ef (diff) |
space between macro and punctuation;
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 715c9cc68c9..1be08228237 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.227 2023/02/10 04:56:30 djm Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.228 2023/02/10 06:40:48 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -529,7 +529,7 @@ flag. Valid algorithms are .Dq sha1 and -.Dq sha256. +.Dq sha256 . The default is to print both. .El .Pp |