summaryrefslogtreecommitdiff
path: root/src
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
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 'src')
-rw-r--r--src/lib/libcrypto/man/ERR_print_errors.39
-rw-r--r--src/lib/libcrypto/man/ERR_remove_state.39
-rw-r--r--src/lib/libcrypto/man/lh_new.310
3 files changed, 6 insertions, 22 deletions
diff --git a/src/lib/libcrypto/man/ERR_print_errors.3 b/src/lib/libcrypto/man/ERR_print_errors.3
index a6fdbc0cdb..a5c7c03287 100644
--- a/src/lib/libcrypto/man/ERR_print_errors.3
+++ b/src/lib/libcrypto/man/ERR_print_errors.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ERR_print_errors.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: ERR_print_errors.3,v 1.8 2020/03/28 22:40:58 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>, 4.\" This file was written by Ulf Moeller <ulf@openssl.org>,
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 27 2018 $ 52.Dd $Mdocdate: March 28 2020 $
53.Dt ERR_PRINT_ERRORS 3 53.Dt ERR_PRINT_ERRORS 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -103,11 +103,6 @@ respective error code.
103.Pp 103.Pp
104If there is no text string registered for the given error code, the 104If there is no text string registered for the given error code, the
105error string will contain the numeric code. 105error string will contain the numeric code.
106.Sh RETURN VALUES
107.Fn ERR_print_errors
108and
109.Fn ERR_print_errors_fp
110return no values.
111.Sh SEE ALSO 106.Sh SEE ALSO
112.Xr ERR 3 , 107.Xr ERR 3 ,
113.Xr ERR_error_string 3 , 108.Xr ERR_error_string 3 ,
diff --git a/src/lib/libcrypto/man/ERR_remove_state.3 b/src/lib/libcrypto/man/ERR_remove_state.3
index 0a87978227..bc28f15dea 100644
--- a/src/lib/libcrypto/man/ERR_remove_state.3
+++ b/src/lib/libcrypto/man/ERR_remove_state.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ERR_remove_state.3,v 1.6 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: ERR_remove_state.3,v 1.7 2020/03/28 22:40:58 schwarze Exp $
2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 27 2018 $ 52.Dd $Mdocdate: March 28 2020 $
53.Dt ERR_REMOVE_STATE 3 53.Dt ERR_REMOVE_STATE 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -92,11 +92,6 @@ Calling
92.Fn ERR_remove_state 92.Fn ERR_remove_state
93is equivalent to 93is equivalent to
94.Fn ERR_remove_thread_state NULL . 94.Fn ERR_remove_thread_state NULL .
95.Sh RETURN VALUES
96.Fn ERR_remove_thread_state
97and
98.Fn ERR_remove_state
99return no value.
100.Sh SEE ALSO 95.Sh SEE ALSO
101.Xr ERR 3 96.Xr ERR 3
102.Sh HISTORY 97.Sh HISTORY
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