summaryrefslogtreecommitdiff
path: root/doc/man3/OSSL_CMP_MSG_http_perform.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-01-12 15:41:10 +0100
committerRichard Levitte <levitte@openssl.org>2021-01-14 11:37:52 +0100
commitf5f4fbaa44af055e0658c6810b91aa8607e8383a (patch)
tree8bd17b97515b1eafe1d2f42ef58a329d9ebb2f5c /doc/man3/OSSL_CMP_MSG_http_perform.pod
parent4369a882a565c42673b28c586a5c46a8bca98d17 (diff)
downloadopenssl-new-f5f4fbaa44af055e0658c6810b91aa8607e8383a.tar.gz
Make the OSSL_CMP manual conform with man-pages(7)
Details from man-pages(7) that are used: Formatting conventions for manual pages describing functions ... Variable names should, like argument names, be specified in italics. ... Formatting conventions (general) ... Special macros, which are usually in uppercase, are in bold. Exception: don't boldface NULL. ... Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13846)
Diffstat (limited to 'doc/man3/OSSL_CMP_MSG_http_perform.pod')
-rw-r--r--doc/man3/OSSL_CMP_MSG_http_perform.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/OSSL_CMP_MSG_http_perform.pod b/doc/man3/OSSL_CMP_MSG_http_perform.pod
index 344c6b7763..97621088f7 100644
--- a/doc/man3/OSSL_CMP_MSG_http_perform.pod
+++ b/doc/man3/OSSL_CMP_MSG_http_perform.pod
@@ -14,8 +14,8 @@ OSSL_CMP_MSG_http_perform
=head1 DESCRIPTION
-OSSL_CMP_MSG_http_perform() sends the given PKIMessage B<req>
-to the CMP server specified in B<ctx> via L<OSSL_CMP_CTX_set1_server(3)>
+OSSL_CMP_MSG_http_perform() sends the given PKIMessage I<req>
+to the CMP server specified in I<ctx> via L<OSSL_CMP_CTX_set1_server(3)>
and optionally L<OSSL_CMP_CTX_set_serverPort(3)>, using
any "CMP alias" optionally specified via L<OSSL_CMP_CTX_set1_serverPath(3)>.
The default port is 80 for HTTP and 443 for HTTPS; the default path is "/".