aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/openssl.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-02-16 05:31:31 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2021-02-16 05:31:31 +0000
commit8d3553538e714f11177209648fcc84957acf780e (patch)
treea51c589804d2998a66aba4b2fcd1ef6c193dc88b /chapter08/openssl.xml
parent164d38efea13e4e080cadfc65181efd6c1f62dd3 (diff)
clean up short descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12137 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>