From 884b0b64fa3977e0fe4976dd7815a4a8f6cde508 Mon Sep 17 00:00:00 2001 From: qu3ri Date: Tue, 4 Feb 2025 09:05:02 -0500 Subject: [PATCH] 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) --- doc/internal/man3/bn_mul_words.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2