[openssl] OpenSSL_1_1_1-stable update
kaishen.yy at antfin.com
kaishen.yy at antfin.com
Mon Aug 12 08:14:42 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via 2d20b268358357f3a77c86e10282bdaf4811690e (commit)
from 59d846ffb13d36d8a8caad09f43bcc968b21cf74 (commit)
- Log -----------------------------------------------------------------
commit 2d20b268358357f3a77c86e10282bdaf4811690e
Author: Denis Ovsienko <denis at ovsienko.info>
Date: Fri Aug 9 22:14:04 2019 +0100
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 <kaishen.yy at antfin.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9563)
(cherry picked from commit 3c74e77bd89e3d5400ab4d640149e27863756579)
-----------------------------------------------------------------------
Summary of changes:
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 993e61a585..1f03f25c13 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index 15752b5e16..e2475ea067 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -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.
diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod
index 768789633e..7fa382a8ae 100644
--- a/doc/man1/s_server.pod
+++ b/doc/man1/s_server.pod
@@ -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.
More information about the openssl-commits
mailing list