Fixed unterminated B tag, causing build to fail with newer pod2man versions
authorMatt Caswell <matt@openssl.org>
Wed, 21 May 2014 23:00:23 +0000 (00:00 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 21 May 2014 23:00:23 +0000 (00:00 +0100)
doc/crypto/X509_VERIFY_PARAM_set_flags.pod

index 1059d4ff84fee2aba4dffeb11202c5e08e8b995f..29f48bd97878db2cfe85c447f99a8273de38d395 100644 (file)
@@ -84,7 +84,7 @@ check will be suppressed as appropriate when DANE support is added
 to OpenSSL.
 
 X509_VERIFY_PARAM_set1_email() sets the expected RFC822 email address to
-B<email>.  If B<email is NUL-terminated, B<emaillen> may be zero, otherwise
+B<email>.  If B<email> is NUL-terminated, B<emaillen> may be zero, otherwise
 B<emaillen> must be set to the length of B<email>.  When an email address
 is specified, certificate verification automatically invokes
 L<X509_check_email(3)>.