summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-rand.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/provider-rand.pod')
-rw-r--r--doc/man7/provider-rand.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/provider-rand.pod b/doc/man7/provider-rand.pod
index 951f483b60..e115d845dc 100644
--- a/doc/man7/provider-rand.pod
+++ b/doc/man7/provider-rand.pod
@@ -168,7 +168,7 @@ in I<params>.
Passing NULL for I<params> should return true.
OSSL_FUNC_rand_gettable_params(), OSSL_FUNC_rand_gettable_ctx_params(),
-and OSSL_FUNC_rand_settable_ctx_params() all return constant B<OSSL_PARAM>
+and OSSL_FUNC_rand_settable_ctx_params() all return constant L<OSSL_PARAM(3)>
arrays as descriptors of the parameters that OSSL_FUNC_rand_get_params(),
OSSL_FUNC_rand_get_ctx_params(), and OSSL_FUNC_rand_set_ctx_params()
can handle, respectively. OSSL_FUNC_rand_gettable_ctx_params()
@@ -262,7 +262,7 @@ OSSL_FUNC_rand_newctx() should return the newly created
provider side rand context, or NULL on failure.
OSSL_FUNC_rand_gettable_params(), OSSL_FUNC_rand_gettable_ctx_params() and
-OSSL_FUNC_rand_settable_ctx_params() should return a constant B<OSSL_PARAM>
+OSSL_FUNC_rand_settable_ctx_params() should return a constant L<OSSL_PARAM(3)>
array, or NULL if none is offered.
OSSL_FUNC_rand_nonce() returns the size of the generated nonce, or 0 on error.