Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)
[oweals/openssl.git] / doc / man7 / EVP_KDF-X963.pod
index 62a5378938df0bce7b8457e5f65009832a34d194..427219ee1d3abb905b7d83a2a48e68803449fc41 100644 (file)
@@ -48,7 +48,7 @@ A context for X963KDF can be obtained by calling:
  EVP_KDF *kdf = EVP_KDF_fetch(NULL, "X963KDF", NULL);
  EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
 
-The output length of an X963KDF is specified via the C<keylen>
+The output length of an X963KDF is specified via the I<keylen>
 parameter to the L<EVP_KDF-derive(3)> function.
 
 =head1 EXAMPLES