diff options
author | Richard Levitte <levitte@openssl.org> | 2019-09-27 13:26:22 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-09-28 06:33:16 +0200 |
commit | dfabee82be84f8ac80eede5d552058fbcdf4928d (patch) | |
tree | b4c59fbe849d95e57cad84078f88dc97ec6d549c /doc/man7/provider.pod | |
parent | [KDF] Add KBKDF implementation for counter-mode HMAC (diff) | |
download | openssl-dfabee82be84f8ac80eede5d552058fbcdf4928d.tar.xz openssl-dfabee82be84f8ac80eede5d552058fbcdf4928d.zip |
Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)
It's all in the details, from man-pages(7):
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: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10034)
Diffstat (limited to '')
-rw-r--r-- | doc/man7/provider.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/provider.pod b/doc/man7/provider.pod index f92d111e95..c6e7d10fd8 100644 --- a/doc/man7/provider.pod +++ b/doc/man7/provider.pod @@ -150,7 +150,7 @@ L<provider-kdf(7)> =item Key Exchange In the OpenSSL libraries, the corresponding method object is -B<EVP_KEYEXCh>. +B<EVP_KEYEXCH>. The number for this operation is B<OSSL_OP_KEYEXCH>. The functions the provider can offer are described in L<provider-keyexch(7)> |