Fix a grammatical error (subject / verb number). Improve English idiom.

This commit is contained in:
David Bryant 2022-12-06 14:45:38 -06:00
parent 67dfc3b371
commit 5042efcc2f

View File

@ -89,13 +89,13 @@ make MANSUFFIX=ssl install</userinput></screen>
You should update OpenSSL when a new version which fixes vulnerabilities You should update OpenSSL when a new version which fixes vulnerabilities
is announced. Since OpenSSL 3.0.0, the OpenSSL versioning scheme is announced. Since OpenSSL 3.0.0, the OpenSSL versioning scheme
follows the MAJOR.MINOR.PATCH format. API/ABI compatibility follows the MAJOR.MINOR.PATCH format. API/ABI compatibility
are guaranteed for the same MAJOR version number. Because LFS is guaranteed for the same MAJOR version number. Because LFS
installs only the shared libraries, there is no need to recompile installs only the shared libraries, there is no need to recompile
packages which link to packages which link to
<filename class="libraryfile">libcrypto.so</filename> or <filename class="libraryfile">libcrypto.so</filename> or
<filename class="libraryfile">libssl.so</filename> <filename class="libraryfile">libssl.so</filename>
<emphasis>when upgrading to a version with MAJOR version number <emphasis>when upgrading to a version with the same MAJOR version
unchanged</emphasis>. number</emphasis>.
</para> </para>
<para> <para>