From e555e2e6cc68ff074abb5f707eeb2bde15f9e8f0 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Wed, 2 Nov 2016 15:23:41 +0000 Subject: convert ERR manuals from pod to mdoc; while reading this, i wtfed, laughed, puked, and cried in more or less that order... --- src/lib/libcrypto/man/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index f676472ff6..5d19e023ab 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2016/11/02 11:57:56 schwarze Exp $ +# $OpenBSD: Makefile,v 1.37 2016/11/02 15:23:41 schwarze Exp $ .include # for NOMAN @@ -80,15 +80,6 @@ MAN= \ EC_POINT_add.3 \ EC_POINT_new.3 \ ECDSA_SIG_new.3 \ - EVP_AEAD_CTX_init.3 \ - UI_new.3 \ - bn_dump.3 \ - crypto.3 \ - d2i_PKCS8PrivateKey_bio.3 \ - des_read_pw.3 \ - lh_new.3 \ - -GENMAN= \ ERR.3 \ ERR_GET_LIB.3 \ ERR_clear_error.3 \ @@ -100,6 +91,15 @@ GENMAN= \ ERR_put_error.3 \ ERR_remove_state.3 \ ERR_set_mark.3 \ + EVP_AEAD_CTX_init.3 \ + UI_new.3 \ + bn_dump.3 \ + crypto.3 \ + d2i_PKCS8PrivateKey_bio.3 \ + des_read_pw.3 \ + lh_new.3 \ + +GENMAN= \ EVP_BytesToKey.3 \ EVP_DigestInit.3 \ EVP_DigestSignInit.3 \ -- cgit v1.2.3-55-g6feb