doc: use the documented =item markers
authorBeat Bolli <dev@drbeat.li>
Fri, 30 Jul 2021 16:39:51 +0000 (18:39 +0200)
committerPauli <pauli@openssl.org>
Wed, 4 Aug 2021 05:02:27 +0000 (15:02 +1000)
commit2fc02378ffcd9a266077eeea224890c534b7aaef
tree257bb9c5ffd11e27ffcf6f7e0126b833c66aef03
parent92c03668c0cd77434006b613e3429888a0a8ecfe
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)
doc/man1/openssl-verification-options.pod
doc/man7/fips_module.pod
doc/man7/migration_guide.pod
util/perl/OpenSSL/Template.pm