From: qu3ri Date: Tue, 4 Feb 2025 14:05:02 +0000 (-0500) Subject: bn_mul_words.pod: Fix failures in doc-nits check X-Git-Tag: openssl-3.0.17~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7755994edd96a1855d42bf656d33f2f60fbc5ef;p=thirdparty%2Fopenssl.git bn_mul_words.pod: Fix failures in doc-nits check Reviewed-by: Nicola Tuveri Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26597) (cherry picked from commit 1b61f8e1808d3b3ee2d8f8e42bdc8fcc2b538373) --- diff --git a/doc/internal/man3/bn_mul_words.pod b/doc/internal/man3/bn_mul_words.pod index 82730c29636..9568be01de1 100644 --- a/doc/internal/man3/bn_mul_words.pod +++ b/doc/internal/man3/bn_mul_words.pod @@ -205,7 +205,7 @@ call bn_expand2(), which allocates a new B array and copies the data. They return B on error, B otherwise. The bn_fix_top() macro reduces Btop> to point to the most -significant non-zero word plus one when B has shrunk. +significant nonzero word plus one when B has shrunk. =head2 Debugging @@ -215,9 +215,9 @@ E= (a)-Edmax)>. A violation will cause the program to abort. If B is not defined, bn_check_top() is defined as an empty macro. -=head1 SEE ALSO +=head1 RETURN VALUES -L +Described above. =head1 COPYRIGHT