From 56802a7fa523520c8d53ef422f9840c39618d9c2 Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 10 Feb 2023 06:40:48 +0000 Subject: [PATCH] space between macro and punctuation; --- usr.bin/ssh/ssh-keygen.1 | 4 ++-- 1 file 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 .\" Copyright (c) 1995 Tatu Ylonen , 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 -- 2.20.1