DOC: Fixup the description of the -x509_strict option
authorRichard Levitte <levitte@openssl.org>
Sat, 14 Nov 2020 21:38:37 +0000 (22:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 16 Nov 2020 09:03:04 +0000 (10:03 +0100)
commitccbf3f90c46cee9b2ca38f9a6c797c838738d8af
treefe54199dc985a5de3c246ac829468072cbb8e0df
parent4605c5ab4796e99a207ab54d31bb8d2b5e42f1ca
DOC: Fixup the description of the -x509_strict option

POD commands must always be surrounded by blank lines

POD transformers read everything in paragraph mode.  The following
lines become *one* command, where the second line becomes part of the
text of the first, including the command itself.  In other words,
this:

    =item something
    =item something else

Translates to this in a man-page:

    something =item something else

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/13412)
doc/man1/openssl.pod