diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-05 22:15:30 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-05 22:15:30 +0000 |
commit | 4a3d07b9c5bbe63cdb0f3148e49d7016ee7507f8 (patch) | |
tree | ec23bb176e44454e3af0fb20328e663cc1fd12ff | |
parent | fb343e1f3296ab406869de822cd8297fa83e3782 (diff) |
lh_<type>_error() is no longer implemented as a macro
-rw-r--r-- | lib/libcrypto/man/lh_new.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypto/man/lh_new.3 b/lib/libcrypto/man/lh_new.3 index 37fccf0cbbc..2550a7d2e73 100644 --- a/lib/libcrypto/man/lh_new.3 +++ b/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 |