Fixes #27698
OpenSSL uses `;` as the path delimiter on Windows.
Update the manpage to state this explicitly instead of implying
`:` everywhere.
CLA: trivial
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
MergeDate: Sat Feb 14 23:54:32 2026
(Merged from https://github.com/openssl/openssl/pull/27844)
=item B<SSL_CERT_DIR>
-Colon separated list of directories to operate on.
+List of directories to operate on.
+On Unix-like systems the list entries are separated by a colon.
+On Windows they are separated by a semicolon.
Ignored if directories are listed on the command line.
=back