]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove some duplicate words from the documentation
authorDenis Ovsienko <denis@ovsienko.info>
Fri, 9 Aug 2019 21:14:04 +0000 (22:14 +0100)
committerPaul Yang <kaishen.yy@antfin.com>
Mon, 12 Aug 2019 08:01:00 +0000 (16:01 +0800)
Fixup INSTALL and a couple man pages to get rid of "the the" and "in the
in the".

CLA: trivial

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

(cherry picked from commit 3c74e77bd89e3d5400ab4d640149e27863756579)

INSTALL
doc/man1/s_client.pod
doc/man1/s_server.pod

diff --git a/INSTALL b/INSTALL
index 993e61a5857be76861ecf3e15142d28896fb2e3f..1f03f25c13f9558cc62c9a5f572cb74c4a5a450b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                                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
index 15752b5e1613147c8ad8afa433740bd3303b8024..e2475ea0678fb72fc16bedb8bf2e6ab5f05d588f 100644 (file)
@@ -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.
 
index 768789633e7f6fe20023b6dc6415a11e3ed2cf1f..7fa382a8ae33299d5817aa9e0c4ec8a265810560 100644 (file)
@@ -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.