From 3899ef156694a143c9b6b8c1f1f798367ba05386 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Mar 2024 22:15:29 +0000 Subject: lh_<type>_error() is no longer implemented as a macro --- src/lib/libcrypto/man/lh_new.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lib/libcrypto/man/lh_new.3 b/src/lib/libcrypto/man/lh_new.3 index 37fccf0cbb..2550a7d2e7 100644 --- a/src/lib/libcrypto/man/lh_new.3 +++ b/src/lib/libcrypto/man/lh_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lh_new.3,v 1.12 2024/03/04 19:03:31 tb Exp $ +.\" $OpenBSD: lh_new.3,v 1.13 2024/03/05 22:15:29 tb Exp $ .\" full merge up to: .\" OpenSSL doc/crypto/lhash.pod 1bc74519 May 20 08:11:46 2016 -0400 .\" selective merge up to: @@ -118,7 +118,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: March 4 2024 $ +.Dd $Mdocdate: March 5 2024 $ .Dt LH_NEW 3 .Os .Sh NAME @@ -379,8 +379,6 @@ lh_STUFF_doall_arg(hashtable, LHASH_DOALL_ARG_FN(STUFF_print), BIO, .Pp .Fn lh_<type>_error can be used to determine if an error occurred in the last operation. -.Fn lh_<type>_error -is a macro. .Sh RETURN VALUES .Fn lh_<type>_new returns -- cgit v1.2.3-55-g6feb