aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/X509_NAME_add_entry_by_txt.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-06-18 09:09:04 +0100
committerDmitry Belyavskiy <beldmit@gmail.com>2020-06-24 18:55:09 +0300
commit6926be0b163d760093216e25402abda790e197ac (patch)
treedc3811e153771c9d220f3713e10de503f25acfbb /doc/man3/X509_NAME_add_entry_by_txt.pod
parent1c19ff3ce85ee22afcf87d28ce2cababef02a123 (diff)
downloadopenssl-6926be0b163d760093216e25402abda790e197ac.zip
openssl-6926be0b163d760093216e25402abda790e197ac.tar.gz
openssl-6926be0b163d760093216e25402abda790e197ac.tar.bz2
Fix some man page typos
A few miscellaneous man page typos reported by Hal Murray on openssl-users. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12185)
Diffstat (limited to 'doc/man3/X509_NAME_add_entry_by_txt.pod')
-rw-r--r--doc/man3/X509_NAME_add_entry_by_txt.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/X509_NAME_add_entry_by_txt.pod b/doc/man3/X509_NAME_add_entry_by_txt.pod
index 7f52966..1988a6a 100644
--- a/doc/man3/X509_NAME_add_entry_by_txt.pod
+++ b/doc/man3/X509_NAME_add_entry_by_txt.pod
@@ -81,7 +81,7 @@ X509_NAME_add_entry_by_NID() and X509_NAME_add_entry() return 1 for
success of 0 if an error occurred.
X509_NAME_delete_entry() returns either the deleted B<X509_NAME_ENTRY>
-structure of B<NULL> if an error occurred.
+structure or B<NULL> if an error occurred.
=head1 EXAMPLES