summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/lh_stats.3
diff options
context:
space:
mode:
authorschwarze <>2020-03-29 17:05:02 +0000
committerschwarze <>2020-03-29 17:05:02 +0000
commitf380a0425155bb24efdb8ed8a5472375889c8ed4 (patch)
tree4596c2a51e8547b676f29bdeb459867ff17281e3 /src/lib/libcrypto/man/lh_stats.3
parentf3775b337cafc42fea310ef0fd85720ffffe009e (diff)
downloadopenbsd-f380a0425155bb24efdb8ed8a5472375889c8ed4.tar.gz
openbsd-f380a0425155bb24efdb8ed8a5472375889c8ed4.tar.bz2
openbsd-f380a0425155bb24efdb8ed8a5472375889c8ed4.zip
Void functions obviously do not return values; no need to elaborate.
Patch from Martin Vahlensieck <academicsolutions dot ch>.
Diffstat (limited to 'src/lib/libcrypto/man/lh_stats.3')
-rw-r--r--src/lib/libcrypto/man/lh_stats.36
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/lh_stats.3 b/src/lib/libcrypto/man/lh_stats.3
index e057d7d65e..5041721fe1 100644
--- a/src/lib/libcrypto/man/lh_stats.3
+++ b/src/lib/libcrypto/man/lh_stats.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: lh_stats.3,v 1.6 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: lh_stats.3,v 1.7 2020/03/29 17:05:02 schwarze Exp $
2.\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400 2.\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400
3.\" 3.\"
4.\" -------------------------------------------------------------------------- 4.\" --------------------------------------------------------------------------
@@ -113,7 +113,7 @@
113.\" copied and put under another distribution licence 113.\" copied and put under another distribution licence
114.\" [including the GNU Public Licence.] 114.\" [including the GNU Public Licence.]
115.\" 115.\"
116.Dd $Mdocdate: March 27 2018 $ 116.Dd $Mdocdate: March 29 2020 $
117.Dt LH_STATS 3 117.Dt LH_STATS 3
118.Os 118.Os
119.Sh NAME 119.Sh NAME
@@ -187,8 +187,6 @@ and
187.Fn lh_node_usage_stats_bio 187.Fn lh_node_usage_stats_bio
188are the same as the above, except that the output goes to a 188are the same as the above, except that the output goes to a
189.Vt BIO . 189.Vt BIO .
190.Sh RETURN VALUES
191These functions do not return values.
192.Sh SEE ALSO 190.Sh SEE ALSO
193.Xr BIO_new 3 , 191.Xr BIO_new 3 ,
194.Xr lh_new 3 192.Xr lh_new 3