mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
openssl: Fix a command to view man page
"ssl.7ssl" is in man7, not man3.
This commit is contained in:
parent
74af59de3c
commit
ce536f9c9c
@ -192,7 +192,7 @@ make MANSUFFIX=ssl install</userinput></screen>
|
||||
<para>
|
||||
implements the Transport Layer Security (TLS v1) protocol.
|
||||
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>
|
||||
<indexterm zone="ch-system-openssl libssl">
|
||||
<primary sortas="c-libssl">libssl.so</primary>
|
||||
|
Loading…
Reference in New Issue
Block a user