diff --git a/doc/man3/CMS_add1_signer.pod b/doc/man3/CMS_add1_signer.pod
index 33c85a25cb6c4..11afecb9050ee 100644
--- a/doc/man3/CMS_add1_signer.pod
+++ b/doc/man3/CMS_add1_signer.pod
@@ -32,7 +32,7 @@ structure is not complete and must be finalized either by streaming (if
 applicable) or a call to CMS_final().
 
 The CMS_SignerInfo_sign() function explicitly signs a CMS_SignerInfo
-structure, its main use is when B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
+structure, its main use is when the B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
 are both set.
 
 =head1 NOTES
@@ -92,7 +92,6 @@ structure just added or NULL if an error occurs.
 
 CMS_SignerInfo_sign() returns 1 on success, 0 on failure.
 
-
 =head1 SEE ALSO
 
 L<ERR_get_error(3)>, L<CMS_sign(3)>,