aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/openssl.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2024-01-11 13:52:28 +0100
committerPierre Labastie <pierre.labastie@neuf.fr>2024-01-11 13:52:28 +0100
commit811d59db8bb741c941656c94fb1be2ce6b55c7e2 (patch)
tree3e9c96e101a246bc504a706a734cd7cb5900cef9 /chapter08/openssl.xml
parentf1370e2fb9e38c46cec7b1d82f6d5853486f401b (diff)
Nitpick on format
- according to our typography, referring to a manual page should be <filename>page(x)</filename> - don't enclose punctuation into quotes - use <option> for option
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r--chapter08/openssl.xml4
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>