Use EXAMPLES not EXAMPLE for section title
[openssl.git] / doc / man7 / EVP_KDF_SCRYPT.pod
index a44dc63dece3218f3fafbe0ea5bf6feea7936635..aa50164e063817bf3dac9b93f12011dadb5f9a19 100644 (file)
@@ -78,7 +78,7 @@ A context for scrypt can be obtained by calling:
 The output length of an scrypt key derivation is specified via the
 B<keylen> parameter to the L<EVP_KDF_derive(3)> function.
 
-=head1 EXAMPLE
+=head1 EXAMPLES
 
 This example derives a 64-byte long test vector using scrypt with the password
 "password", salt "NaCl" and N = 1024, r = 8, p = 16.