summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2020-03-03 15:34:53 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-03-03 15:34:53 +0100
commit4a98ad086a6db9a8646244bd6e6517f9fff11762 (patch)
tree9716aec2c719f1e53d49e867748079fc7c62ecb6 /doc/internal
parent348900774c14dd79c9cf762d59554f38d8c77120 (diff)
Correct two small documentation issues
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)
Diffstat (limited to 'doc/internal')
-rw-r--r--doc/internal/man3/s2i_ASN1_UTF8STRING.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/internal/man3/s2i_ASN1_UTF8STRING.pod b/doc/internal/man3/s2i_ASN1_UTF8STRING.pod
index 03a309ba22..c5b434a5b5 100644
--- a/doc/internal/man3/s2i_ASN1_UTF8STRING.pod
+++ b/doc/internal/man3/s2i_ASN1_UTF8STRING.pod
@@ -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