]> granicus.if.org Git - openssl/commitdiff
Typo fixes
authorRob Percival <robpercival@google.com>
Wed, 24 Aug 2016 09:11:15 +0000 (10:11 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 12:58:19 +0000 (13:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/crypto/CTLOG_new.pod
doc/crypto/SCT_print.pod
doc/crypto/ct.pod
doc/crypto/o2i_SCT_LIST.pod

index de196f4e841ca2e0d2023fcaf211133557d59f58..ccda6b9c41a918283c23b50b0a5b61e84ebd07c8 100644 (file)
@@ -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
 
index d14a98e9a49418e85071112d3a4f182c3f5edf98..88ad43ecdcfb481ff35acdc33947281ba2429c8d 100644 (file)
@@ -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
index 65a4ea20d4cd26c5470e9f9aeb48c560a9daf8bd..bdcda98618b07b621189a22e07368a07bf95bf95 100644 (file)
@@ -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)>,
index 302a288df199f112440c377edfa2a36dd527f3c4..82922fce150ad80a2fb54d8d87fb6a77f9bc8548 100644 (file)
@@ -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