diff options
author | schwarze <> | 2023-04-27 14:44:33 +0000 |
---|---|---|
committer | schwarze <> | 2023-04-27 14:44:33 +0000 |
commit | 3b4f859c981e38d8a19b0eb9ad8223d7482f6373 (patch) | |
tree | adb72ca4670f51aa30f4e0c5d88539beecb7e1ea | |
parent | 4e5e98b34b1ce8cb8f681aa2a03006c82f8751fb (diff) | |
download | openbsd-3b4f859c981e38d8a19b0eb9ad8223d7482f6373.tar.gz openbsd-3b4f859c981e38d8a19b0eb9ad8223d7482f6373.tar.bz2 openbsd-3b4f859c981e38d8a19b0eb9ad8223d7482f6373.zip |
Also list the command constants not associated with any macros,
and point to their documentation.
-rw-r--r-- | src/lib/libcrypto/man/BIO_ctrl.3 | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index 08aae941ad..7d1289d314 100644 --- a/src/lib/libcrypto/man/BIO_ctrl.3 +++ b/src/lib/libcrypto/man/BIO_ctrl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_ctrl.3,v 1.20 2023/04/26 15:03:02 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.21 2023/04/27 14:44:33 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 24a535eaf Tue Sep 22 13:14:20 2020 +0100 | 2 | .\" full merge up to: OpenSSL 24a535eaf Tue Sep 22 13:14:20 2020 +0100 |
3 | .\" selective merge up to: OpenSSL 0c5bc96f Tue Mar 15 13:57:22 2022 +0000 | 3 | .\" selective merge up to: OpenSSL 0c5bc96f Tue Mar 15 13:57:22 2022 +0000 |
4 | .\" | 4 | .\" |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: April 26 2023 $ | 69 | .Dd $Mdocdate: April 27 2023 $ |
70 | .Dt BIO_CTRL 3 | 70 | .Dt BIO_CTRL 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -409,7 +409,7 @@ constants correspond to macros: | |||
409 | .It Dv BIO_CTRL_WPENDING Ta Fn BIO_wpending | 409 | .It Dv BIO_CTRL_WPENDING Ta Fn BIO_wpending |
410 | .El | 410 | .El |
411 | .Pp | 411 | .Pp |
412 | Some | 412 | A few |
413 | .Fa cmd | 413 | .Fa cmd |
414 | constants serve more than one macro each | 414 | constants serve more than one macro each |
415 | and are documented in the following manual pages: | 415 | and are documented in the following manual pages: |
@@ -421,6 +421,32 @@ and are documented in the following manual pages: | |||
421 | .It Dv BIO_C_SET_CONNECT Ta Xr BIO_s_connect 3 | 421 | .It Dv BIO_C_SET_CONNECT Ta Xr BIO_s_connect 3 |
422 | .It Dv BIO_C_SET_FILENAME Ta Xr BIO_s_file 3 | 422 | .It Dv BIO_C_SET_FILENAME Ta Xr BIO_s_file 3 |
423 | .El | 423 | .El |
424 | .Pp | ||
425 | Some | ||
426 | .Fa cmd | ||
427 | constants are not associated with any macros. | ||
428 | They are documented in the following manual pages: | ||
429 | .Bl -column BIO_CTRL_DGRAM_SET_RECV_TIMEOUT BIO_dgram_recv_timedout(3)\ | ||
430 | -offset 3n | ||
431 | .It Fa cmd No constant Ta manual page | ||
432 | .It Dv BIO_C_GET_EX_ARG Ta Xr BIO_f_asn1 3 | ||
433 | .It Dv BIO_C_GET_PREFIX Ta Xr BIO_asn1_get_prefix 3 | ||
434 | .It Dv BIO_C_GET_SUFFIX Ta Xr BIO_asn1_get_suffix 3 | ||
435 | .It Dv BIO_C_SET_EX_ARG Ta Xr BIO_f_asn1 3 , Xr BIO_new_NDEF 3 | ||
436 | .It Dv BIO_C_SET_PREFIX Ta Xr BIO_asn1_set_prefix 3 | ||
437 | .It Dv BIO_C_SET_SUFFIX Ta Xr BIO_asn1_set_suffix 3 | ||
438 | .It Dv BIO_CTRL_DGRAM_GET_FALLBACK_MTU Ta Xr BIO_dgram_set_peer 3 | ||
439 | .It Dv BIO_CTRL_DGRAM_GET_MTU Ta Xr BIO_dgram_set_peer 3 | ||
440 | .It Dv BIO_CTRL_DGRAM_GET_RECV_TIMEOUT Ta Xr BIO_dgram_recv_timedout 3 | ||
441 | .It Dv BIO_CTRL_DGRAM_GET_SEND_TIMEOUT Ta Xr BIO_dgram_send_timedout 3 | ||
442 | .It Dv BIO_CTRL_DGRAM_SET_MTU Ta Xr BIO_dgram_set_peer 3 | ||
443 | .It Dv BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT Ta Xr BIO_dgram_recv_timedout 3 | ||
444 | .It Dv BIO_CTRL_DGRAM_SET_RECV_TIMEOUT Ta Xr BIO_dgram_recv_timedout 3 | ||
445 | .It Dv BIO_CTRL_DGRAM_SET_SEND_TIMEOUT Ta Xr BIO_dgram_send_timedout 3 | ||
446 | .It Dv BIO_CTRL_DGRAM_MTU_EXCEEDED Ta Xr BIO_s_datagram 3 | ||
447 | .It Dv BIO_CTRL_POP Ta Xr BIO_pop 3 | ||
448 | .It Dv BIO_CTRL_PUSH Ta Xr BIO_push 3 | ||
449 | .El | ||
424 | .Sh RETURN VALUES | 450 | .Sh RETURN VALUES |
425 | The meaning of the return values of | 451 | The meaning of the return values of |
426 | .Fn BIO_ctrl , | 452 | .Fn BIO_ctrl , |