From 3c74e77bd89e3d5400ab4d640149e27863756579 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Fri, 9 Aug 2019 22:14:04 +0100 Subject: [PATCH] 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: Paul Yang Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9563) --- INSTALL | 2 +- doc/man1/s_client.pod | 2 +- doc/man1/s_server.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 6f04dbd7c1..3104801896 100644 --- a/INSTALL +++ b/INSTALL @@ -239,7 +239,7 @@ source exists. getrandom: Use the L 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 diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod index e42a6ba6df..64382f754a 100644 --- a/doc/man1/s_client.pod +++ b/doc/man1/s_client.pod @@ -149,7 +149,7 @@ SSL servers. =head1 OPTIONS In addition to the options below the B 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 manual page. diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod index e5c1821d4c..925964eab1 100644 --- a/doc/man1/s_server.pod +++ b/doc/man1/s_server.pod @@ -194,7 +194,7 @@ for connections on a given port using SSL/TLS. =head1 OPTIONS In addition to the options below the B 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 manual page. -- 2.39.2