aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/openssl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r--chapter08/openssl.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index 3b8dc1cb9..934d5bd83 100644
--- a/chapter08/openssl.xml
+++ b/chapter08/openssl.xml
@@ -113,7 +113,7 @@ make MANSUFFIX=ssl install</userinput></screen>
<listitem>
<para>
is a <application>Perl</application> script that scans all files in
- a directory and adds symbolic links to their hash values.
+ a directory and adds symbolic links to their hash values
</para>
<indexterm zone="ch-system-openssl c_rehash">
<primary sortas="b-c_rehash">c_rehash</primary>
@@ -128,7 +128,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>.
+ <command>man 1 openssl</command>
</para>
<indexterm zone="ch-system-openssl openssl-prog">
<primary sortas="b-openssl">openssl</primary>
@@ -146,7 +146,7 @@ make MANSUFFIX=ssl install</userinput></screen>
TLS and S/MIME, and they have also been used to implement
<application>OpenSSH</application>,
<application>OpenPGP</application>, and other cryptographic
- standards.
+ standards
</para>
<indexterm zone="ch-system-openssl libcrypto">
<primary sortas="c-libcrypto">libcrypto.so</primary>
@@ -160,7 +160,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 3 ssl</command>
</para>
<indexterm zone="ch-system-openssl libssl">
<primary sortas="c-libssl">libssl.so</primary>