]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
bn_mul_words.pod: Fix failures in doc-nits check
authorqu3ri <qu3ri@protonmail.com>
Tue, 4 Feb 2025 14:05:02 +0000 (09:05 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 26 Mar 2025 14:51:36 +0000 (15:51 +0100)
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26597)

(cherry picked from commit 1b61f8e1808d3b3ee2d8f8e42bdc8fcc2b538373)

doc/internal/man3/bn_mul_words.pod

index 82730c29636e1723ad659240cf9b23638ac81f27..9568be01de1484622624dc48b66fe95875faf90f 100644 (file)
@@ -205,7 +205,7 @@ call bn_expand2(), which allocates a new B<d> array and copies the
 data.  They return B<NULL> on error, B<b> otherwise.
 
 The bn_fix_top() macro reduces B<a-E<gt>top> to point to the most
-significant non-zero word plus one when B<a> has shrunk.
+significant nonzero word plus one when B<a> has shrunk.
 
 =head2 Debugging
 
@@ -215,9 +215,9 @@ E<lt>= (a)-E<gt>dmax)>.  A violation will cause the program to abort.
 If B<BN_DEBUG> is not defined, bn_check_top() is
 defined as an empty macro.
 
-=head1 SEE ALSO
+=head1 RETURN VALUES
 
-L<bn(3)>
+Described above.
 
 =head1 COPYRIGHT