Add back a .
authortb <tb@openbsd.org>
Sun, 21 Jul 2024 09:24:07 +0000 (09:24 +0000)
committertb <tb@openbsd.org>
Sun, 21 Jul 2024 09:24:07 +0000 (09:24 +0000)
lib/libcrypto/man/EVP_SignInit.3

index b8ead76..6064bc7 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_SignInit.3,v 1.18 2024/07/21 08:36:43 tb Exp $
+.\" $OpenBSD: EVP_SignInit.3,v 1.19 2024/07/21 09:24:07 tb Exp $
 .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
 .\" selective merge up to: OpenSSL 79b49fb0 Mar 20 10:03:10 2018 +1000
 .\"
@@ -93,7 +93,7 @@ signatures.
 sets up a signing context
 .Fa ctx
 to use the digest
-.Fa type
+.Fa type .
 .Fa ctx
 must be initialized with
 .Xr EVP_MD_CTX_init 3