Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/experimental.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBeat Bolli <dev@drbeat.li>2021-07-30 19:39:51 +0300
committerPauli <pauli@openssl.org>2021-08-04 08:02:27 +0300
commit2fc02378ffcd9a266077eeea224890c534b7aaef (patch)
tree257bb9c5ffd11e27ffcf6f7e0126b833c66aef03 /util
parent92c03668c0cd77434006b613e3429888a0a8ecfe (diff)
doc: use the documented =item markers
The generated lists[1] look weird when using a dash as the list item character. Perlpod documents[2] '*' for unordered lists and '1.' (note the period) for ordered lists. Use these characters instead. [1] e.g. https://www.openssl.org/docs/manmaster/man7/migration_guide.html#New-Algorithms [2] https://perldoc.perl.org/perlpod Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16190)
Diffstat (limited to 'util')
-rw-r--r--util/perl/OpenSSL/Template.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/perl/OpenSSL/Template.pm b/util/perl/OpenSSL/Template.pm
index 926a6ea5e0..7411dd8ae8 100644
--- a/util/perl/OpenSSL/Template.pm
+++ b/util/perl/OpenSSL/Template.pm
@@ -22,12 +22,12 @@ following additions:
=over 4
-=item -
+=item *
The template perl code delimiters (given with the C<DELIMITER> option)
are set to C<{-> and C<-}> by default.
-=item -
+=item *
A few extra functions are offered to be used by the template perl code, see
L</Functions>.