aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-01-13 11:00:26 -0500
committerRich Salz <rsalz@openssl.org>2017-01-13 15:47:02 -0500
commit5071824321e1bbe20b859c1a3609ea5ab09fb3f2 (patch)
tree8ec07aed959187f6b4a93a3c50852b585b2b1425 /doc
parent37b8f1e21c56996644afa38816f575b05eb483ae (diff)
downloadopenssl-5071824321e1bbe20b859c1a3609ea5ab09fb3f2.tar.gz
Fix "failure rate" bugs
Reviewed-by: Emilia Käsper <emilia@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2228)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/OPENSSL_malloc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/OPENSSL_malloc.pod b/doc/man3/OPENSSL_malloc.pod
index 4b55f312f9..2914143bbc 100644
--- a/doc/man3/OPENSSL_malloc.pod
+++ b/doc/man3/OPENSSL_malloc.pod
@@ -152,8 +152,8 @@ B<OPENSSL_MALLOC_FAILURES> controls how often allocations should fail.
It is a set of fields separated by semicolons, which each field is a count
(defaulting to zero) and an optional atsign and percentage (defaulting
to 100). If the count is zero, then it lasts forever. For example,
-C<100;@25> means the first 100 allocations pass, then all other allocations
-(until the program exits or crashes) have the rest have a 25% chance of
+C<100;@25> or C<100@0;0@25> means the first 100 allocations pass, then all
+other allocations (until the program exits or crashes) have a 25% chance of
failing.
If the variable B<OPENSSL_MALLOC_FD> is parsed as a positive integer, then