diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-12-05 02:41:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-12-05 02:41:14 +0000 |
commit | 7b986fce83c3484770a5445f765a9e97711c2df9 (patch) | |
tree | abd882112f8662cd911a407a99dbeab596036b2f | |
parent | ccc2f1784dc01bc261805f7790bee206396b0b2f (diff) |
last .Nm should not have a comma
-rw-r--r-- | lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 b/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 index bcaa57a9ad0..2b20efaf0e1 100644 --- a/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 +++ b/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.7 2023/11/19 20:59:00 tb Exp $ +.\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.8 2023/12/05 02:41:13 jsg Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -48,12 +48,12 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 19 2023 $ +.Dd $Mdocdate: December 5 2023 $ .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 .Os .Sh NAME .Nm OPENSSL_load_builtin_modules , -.Nm ASN1_add_oid_module , +.Nm ASN1_add_oid_module .Nd add standard configuration modules .Sh SYNOPSIS .In openssl/conf.h |