summaryrefslogtreecommitdiffstats
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:01:00 +0800
commit2d20b268358357f3a77c86e10282bdaf4811690e (patch)
tree55a07941b721d86252117dff9d765c2190b4a6bf /INSTALL
parent59d846ffb13d36d8a8caad09f43bcc968b21cf74 (diff)
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) (cherry picked from commit 3c74e77bd89e3d5400ab4d640149e27863756579)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 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