Commit 2d20b268 authored by Denis Ovsienko's avatar Denis Ovsienko Committed by Paul Yang
Browse files

Remove some duplicate words from the documentation



Fixup INSTALL and a couple man pages to get rid of "the the" and "in the
in the".

CLA: trivial

Reviewed-by: default avatarPaul Yang <kaishen.yy@antfin.com>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9563)

(cherry picked from commit 3c74e77bd89e3d5400ab4d640149e27863756579)
parent 59d846ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@
                               source exists.
                   getrandom:  Use the L<getrandom(2)> or equivalent system
                               call.
                   devrandom:  Use the the first device from the DEVRANDOM list
                   devrandom:  Use the first device from the DEVRANDOM list
                               which can be opened to read random bytes. The
                               DEVRANDOM preprocessor constant expands to
                               "/dev/urandom","/dev/random","/dev/srandom" on
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ SSL servers.
=head1 OPTIONS

In addition to the options below the B<s_client> utility also supports the
common and client only options documented in the
common and client only options documented
in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
manual page.

+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ for connections on a given port using SSL/TLS.
=head1 OPTIONS

In addition to the options below the B<s_server> utility also supports the
common and server only options documented in the
common and server only options documented
in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
manual page.