summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/lh_new.3
diff options
context:
space:
mode:
authorschwarze <>2020-03-28 22:40:58 +0000
committerschwarze <>2020-03-28 22:40:58 +0000
commit1f6370f3f44e99699e159c9c4b8ed2c8bfd7bf1c (patch)
tree235002abe41ae40bb7d048211deb16330592364e /src/lib/libcrypto/man/lh_new.3
parent4f15f3172c845dc44cd80a8defde231fbaa61e27 (diff)
downloadopenbsd-1f6370f3f44e99699e159c9c4b8ed2c8bfd7bf1c.tar.gz
openbsd-1f6370f3f44e99699e159c9c4b8ed2c8bfd7bf1c.tar.bz2
openbsd-1f6370f3f44e99699e159c9c4b8ed2c8bfd7bf1c.zip
Be concise: do not say that void functions return no values, that's obvious.
Useless text reported by Martin Vahlensieck (academicsolutions.ch) on tech@.
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/lh_new.310
1 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/lh_new.3 b/src/lib/libcrypto/man/lh_new.3
index 987b394f4b..1c37347ef6 100644
--- a/src/lib/libcrypto/man/lh_new.3
+++ b/src/lib/libcrypto/man/lh_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: lh_new.3,v 1.6 2019/06/10 09:49:48 schwarze Exp $ 1.\" $OpenBSD: lh_new.3,v 1.7 2020/03/28 22:40:58 schwarze Exp $
2.\" OpenSSL 1bc74519 May 20 08:11:46 2016 -0400 2.\" OpenSSL 1bc74519 May 20 08:11:46 2016 -0400
3.\" 3.\"
4.\" -------------------------------------------------------------------------- 4.\" --------------------------------------------------------------------------
@@ -115,7 +115,7 @@
115.\" copied and put under another distribution licence 115.\" copied and put under another distribution licence
116.\" [including the GNU Public Licence.] 116.\" [including the GNU Public Licence.]
117.\" 117.\"
118.Dd $Mdocdate: June 10 2019 $ 118.Dd $Mdocdate: March 28 2020 $
119.Dt LH_NEW 3 119.Dt LH_NEW 3
120.Os 120.Os
121.Sh NAME 121.Sh NAME
@@ -402,12 +402,6 @@ otherwise.
402.Pp 402.Pp
403.Fn lh_<type>_error 403.Fn lh_<type>_error
404returns 1 if an error occurred in the last operation, or 0 otherwise. 404returns 1 if an error occurred in the last operation, or 0 otherwise.
405.Pp
406.Fn lh_<type>_free ,
407.Fn lh_<type>_doall ,
408and
409.Fn lh_<type>_doall_arg
410return no values.
411.Sh NOTES 405.Sh NOTES
412The various LHASH macros and callback types exist to make it possible to 406The various LHASH macros and callback types exist to make it possible to
413write type-checked code without resorting to function-prototype casting 407write type-checked code without resorting to function-prototype casting