diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/openssl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 25295f056..efc909627 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -163,7 +163,7 @@ make MANSUFFIX=ssl install</userinput></screen> is a command-line tool for using the various cryptography functions of <application>OpenSSL</application>'s crypto library from the shell. It can be used for various functions which are documented in - <command>man 1 openssl</command> + <filename>openssl(1)</filename> </para> <indexterm zone="ch-system-openssl openssl-prog"> <primary sortas="b-openssl">openssl</primary> @@ -195,7 +195,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 7 ssl</command> + on which can be found in <filename>ssl(7)</filename> </para> <indexterm zone="ch-system-openssl libssl"> <primary sortas="c-libssl">libssl.so</primary> |