diff options
author | jsg <> | 2023-12-05 02:41:13 +0000 |
---|---|---|
committer | jsg <> | 2023-12-05 02:41:13 +0000 |
commit | e09a5992289bf665a7009131033847a78a025ff3 (patch) | |
tree | ec5ade8181334dabda458b44d4f2aea95b3ca0ea /src/lib | |
parent | 9dffb7fcf3f800a16c6d732cbcff98890422f5de (diff) | |
download | openbsd-e09a5992289bf665a7009131033847a78a025ff3.tar.gz openbsd-e09a5992289bf665a7009131033847a78a025ff3.tar.bz2 openbsd-e09a5992289bf665a7009131033847a78a025ff3.zip |
last .Nm should not have a comma
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 index bcaa57a9ad..2b20efaf0e 100644 --- a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 +++ b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.7 2023/11/19 20:59:00 tb Exp $ | 1 | .\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.8 2023/12/05 02:41:13 jsg Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,12 +48,12 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: November 19 2023 $ | 51 | .Dd $Mdocdate: December 5 2023 $ |
52 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 | 52 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
55 | .Nm OPENSSL_load_builtin_modules , | 55 | .Nm OPENSSL_load_builtin_modules , |
56 | .Nm ASN1_add_oid_module , | 56 | .Nm ASN1_add_oid_module |
57 | .Nd add standard configuration modules | 57 | .Nd add standard configuration modules |
58 | .Sh SYNOPSIS | 58 | .Sh SYNOPSIS |
59 | .In openssl/conf.h | 59 | .In openssl/conf.h |