openssl: Fix a command to view man page

"ssl.7ssl" is in man7, not man3.
This commit is contained in:
Xi Ruoyao 2023-02-08 10:29:24 +08:00
parent 74af59de3c
commit ce536f9c9c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -192,7 +192,7 @@ make MANSUFFIX=ssl install</userinput></screen>
<para> <para>
implements the Transport Layer Security (TLS v1) protocol. implements the Transport Layer Security (TLS v1) protocol.
It provides a rich API, documentation It provides a rich API, documentation
on which can be found by running <command>man 3 ssl</command> on which can be found by running <command>man 7 ssl</command>
</para> </para>
<indexterm zone="ch-system-openssl libssl"> <indexterm zone="ch-system-openssl libssl">
<primary sortas="c-libssl">libssl.so</primary> <primary sortas="c-libssl">libssl.so</primary>