From cfd20f64cc4bd440cfc8fe59f2daaa575015af3d Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Wed, 24 Aug 2016 10:11:15 +0100 Subject: [PATCH] Typo fixes Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- doc/crypto/CTLOG_new.pod | 1 - doc/crypto/SCT_print.pod | 4 ++-- doc/crypto/ct.pod | 2 +- doc/crypto/o2i_SCT_LIST.pod | 6 +++--- 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 will return the validation status of an SCT as -a human-readable string. Call L() 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, L, -L, L, L, L, 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 and L. =head1 SEE ALSO L, -L(d2i_SCT_LIST(3)>, -L(i2d_SCT_LIST(3)> +L, +L =head1 HISTORY -- 2.34.1