diff options
author | Rich Salz <rsalz@akamai.com> | 2019-10-04 23:09:19 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2019-10-31 14:26:34 +0100 |
commit | 6e4618a0d7e84e70703d546a194df887fd624727 (patch) | |
tree | 5f1297d73c92eb486c5570dbf7fa9297765ec440 /doc/man3/SCT_print.pod | |
parent | Infrastructure for templated doc in POD files (diff) | |
download | openssl-6e4618a0d7e84e70703d546a194df887fd624727.tar.xz openssl-6e4618a0d7e84e70703d546a194df887fd624727.zip |
Fix L<> entries without sections
Add sections (almost always "(3)" to L<> references that were missing
them. Among other things, this
Fixes: #10226
Also remove two references to non-existant manpages that have never
existed, and with the 3.0 structure, are unlikely to do so.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10240)
Diffstat (limited to 'doc/man3/SCT_print.pod')
-rw-r--r-- | doc/man3/SCT_print.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SCT_print.pod b/doc/man3/SCT_print.pod index ead151b99a..c7ace453af 100644 --- a/doc/man3/SCT_print.pod +++ b/doc/man3/SCT_print.pod @@ -16,7 +16,7 @@ Prints Signed Certificate Timestamps in a human-readable way =head1 DESCRIPTION -SCT_print() prints a single Signed Certificate Timestamp (SCT) to a L<bio> in +SCT_print() prints a single Signed Certificate Timestamp (SCT) to a B<BIO> in a human-readable format. SCT_LIST_print() prints an entire list of SCTs in a similar way. A separator can be specified to delimit each SCT in the output. |