summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-24 10:11:15 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commitcfd20f64cc4bd440cfc8fe59f2daaa575015af3d (patch)
treee7688130dc3f7e4a45e6def5f1443070c3603576 /doc
parentea4b7ded521134492a323b6b0c27e671cadca979 (diff)
Typo fixes
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/CTLOG_new.pod1
-rw-r--r--doc/crypto/SCT_print.pod4
-rw-r--r--doc/crypto/ct.pod2
-rw-r--r--doc/crypto/o2i_SCT_LIST.pod6
4 files changed, 6 insertions, 7 deletions
diff --git a/doc/crypto/CTLOG_new.pod b/doc/crypto/CTLOG_new.pod
index de196f4e84..ccda6b9c41 100644
--- a/doc/crypto/CTLOG_new.pod
+++ b/doc/crypto/CTLOG_new.pod
@@ -45,7 +45,6 @@ the string remains with the CTLOG.
CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the
EVP_PKEY remains with the CTLOG.
-with
=head1 RETURN VALUES
diff --git a/doc/crypto/SCT_print.pod b/doc/crypto/SCT_print.pod
index d14a98e9a4..88ad43ecdc 100644
--- a/doc/crypto/SCT_print.pod
+++ b/doc/crypto/SCT_print.pod
@@ -25,8 +25,8 @@ is provided, it will be used to print the description of the CT log that issued
each SCT (if that log is in the CTLOG_STORE). Alternatively, NULL can be passed
as the CTLOG_STORE parameter to disable this feature.
-B<SCT_validation_status_string> will return the validation status of an SCT as
-a human-readable string. Call L<SCT_validate>() or SCT_LIST_validate()
+SCT_validation_status_string() will return the validation status of an SCT as
+a human-readable string. Call SCT_validate() or SCT_LIST_validate()
beforehand in order to set the validation status of an SCT first.
=head1 SEE ALSO
diff --git a/doc/crypto/ct.pod b/doc/crypto/ct.pod
index 65a4ea20d4..bdcda98618 100644
--- a/doc/crypto/ct.pod
+++ b/doc/crypto/ct.pod
@@ -31,7 +31,7 @@ functions for:
L<d2i_SCT_LIST(3)>,
L<CTLOG_STORE_new(3)>,
-L<CTLOG_STORE_get0_log_by_id(3),
+L<CTLOG_STORE_get0_log_by_id(3)>,
L<SCT_new(3)>,
L<SCT_print(3)>,
L<SCT_verify(3)>,
diff --git a/doc/crypto/o2i_SCT_LIST.pod b/doc/crypto/o2i_SCT_LIST.pod
index 302a288df1..82922fce15 100644
--- a/doc/crypto/o2i_SCT_LIST.pod
+++ b/doc/crypto/o2i_SCT_LIST.pod
@@ -23,14 +23,14 @@ treated and the return values.
=head1 RETURN VALUES
-All of the functions have return values consist with those stated for
+All of the functions have return values consistent with those stated for
L<d2i_SCT_LIST> and L<i2d_SCT_LIST>.
=head1 SEE ALSO
L<ct(3)>,
-L(d2i_SCT_LIST(3)>,
-L(i2d_SCT_LIST(3)>
+L<d2i_SCT_LIST(3)>,
+L<i2d_SCT_LIST(3)>
=head1 HISTORY