diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-02-08 10:29:24 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-02-08 10:29:24 +0800 |
commit | ce536f9c9c76c1c861c12e73383fef17bb68869e (patch) | |
tree | b05050c7205dadaf40f668942c3888e06c365481 | |
parent | 74af59de3c447eea2d9da2926edd444a368b6b1a (diff) |
openssl: Fix a command to view man page
"ssl.7ssl" is in man7, not man3.
-rw-r--r-- | chapter08/openssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index bd436d868..6a97bcc2a 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -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> |