Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "PARAMETERS" in the documentation headings. #9906

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/man3/EVP_DigestInit.pod
Expand Up @@ -146,17 +146,17 @@ See L</CONTROLS> below for more information.
=item EVP_MD_get_params()

Retrieves the requested list of B<params> from a MD B<md>.
See L</PARAMS> below for more information.
See L</PARAMETERS> below for more information.

=item EVP_MD_CTX_get_params()

Retrieves the requested list of B<params> from a MD context B<ctx>.
See L</PARAMS> below for more information.
See L</PARAMETERS> below for more information.

=item EVP_MD_CTX_set_params()

Sets the list of B<params> into a MD context B<ctx>.
See L</PARAMS> below for more information.
See L</PARAMETERS> below for more information.

=item EVP_MD_gettable_params(), EVP_MD_CTX_gettable_params(),
EVP_MD_CTX_settable_params()
Expand Down Expand Up @@ -331,7 +331,7 @@ I<arg> as argument.

=back

=head1 PARAMS
=head1 PARAMETERS

See L<OSSL_PARAM(3)> for information about passing parameters.

Expand Down