summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2019-08-09 22:14:04 +0100
committerPaul Yang <kaishen.yy@antfin.com>2019-08-12 16:00:01 +0800
commit3c74e77bd89e3d5400ab4d640149e27863756579 (patch)
tree654d09e79f0edfa50d50c092fc47f85899135203 /INSTALL
parentc04a9916d4443a805d11a467d69585e514b50296 (diff)
downloadopenssl-new-3c74e77bd89e3d5400ab4d640149e27863756579.tar.gz
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@antfin.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9563)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 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<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