summaryrefslogtreecommitdiffstats
path: root/doc/man7/openssl-core.h.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-11 12:18:42 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-23 07:30:33 +0200
commit3efe19145ceaf27d27c45384269fa37aa4f4b57f (patch)
tree4d8d7dd78397804e3de45f52cbb0a75e7b165fde /doc/man7/openssl-core.h.pod
parentb8441adb593392e224eccc95495e9a7451d04821 (diff)
Describe OSSL_PARAM as a parameter descriptor
This affects doc/man3/OSSL_PARAM.pod and doc/man7/openssl-core.h.pod Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9346)
Diffstat (limited to 'doc/man7/openssl-core.h.pod')
-rw-r--r--doc/man7/openssl-core.h.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/openssl-core.h.pod b/doc/man7/openssl-core.h.pod
index 7fd4dfb24e..737293d701 100644
--- a/doc/man7/openssl-core.h.pod
+++ b/doc/man7/openssl-core.h.pod
@@ -69,8 +69,8 @@ It's normally passed in arrays, where the array is terminated with an
element where all fields are zero (for non-pointers) or C<NULL> (for
pointers).
-These arrays can be used both to set parameters for some object, and
-to request parameters.
+These arrays can be used to set parameters for some object, to request
+parameters, and to describe parameters.
C<OSSL_PARAM> is further described in L<OSSL_PARAM(3)>