Correct two small documentation issues
authorTomas Mraz <tmraz@fedoraproject.org>
Tue, 3 Mar 2020 14:34:53 +0000 (15:34 +0100)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 3 Mar 2020 14:34:53 +0000 (15:34 +0100)
The find-doc-nits complains about non-zero word and about missing
line before =head1 which causes build failure.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11231)

doc/internal/man3/s2i_ASN1_UTF8STRING.pod
doc/man1/openssl-rand.pod.in

index 03a309ba22e244615b1732034a96ffdec9b078a3..c5b434a5b55d22d40c73b218d584d01c791ddcb6 100644 (file)
@@ -14,6 +14,7 @@ s2i_ASN1_UTF8STRING,
                            ASN1_UTF8STRING *utf8);
  ASN1_UTF8STRING *s2i_ASN1_UTF8STRING(X509V3_EXT_METHOD *method,
                                       X509V3_CTX *ctx, const char *str);
+
 =head1 DESCRIPTION
 
 These functions convert OpenSSL objects to and from their ASN.1/string
index b8a01750c840e01f363e107331de2c05ef86839a..5e76b228ab0022d2a3423a5403de0a98a49dd371 100644 (file)
@@ -26,7 +26,7 @@ secure pseudo random number generator (CSPRNG).
 The random bytes are generated using the L<RAND_bytes(3)> function,
 which provides a security level of 256 bits, provided it managed to
 seed itself successfully from a trusted operating system entropy source.
-Otherwise, the command will fail with a non-zero error code.
+Otherwise, the command will fail with a nonzero error code.
 For more details, see L<RAND_bytes(3)>, L<RAND(7)>, and L<RAND_DRBG(7)>.
 
 =head1 OPTIONS